Browse Source

Pointer to Jalopy.

Submitted by:	Marco Hunsicker <development@hunsicker.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272426 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
b38c1bae3e
2 changed files with 96 additions and 0 deletions
  1. +71
    -0
      docs/external.html
  2. +25
    -0
      xdocs/external.xml

+ 71
- 0
docs/external.html View File

@@ -695,6 +695,77 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Jalopy"><strong>Jalopy</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>An Ant Plug-in for the Java Source Code Formatter
Jalopy.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:jalopy@hunsicker.de">jalopy@hunsicker.de</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
GNU General Public License
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 25
- 0
xdocs/external.xml View File

@@ -231,6 +231,31 @@
</table>
</subsection>

<subsection name="Jalopy">
<p>An Ant Plug-in for the Java Source Code Formatter
Jalopy.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://jalopy.sourceforge.net">http://jalopy.sourceforge.net</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:jalopy@hunsicker.de">jalopy@hunsicker.de</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License</td>
</tr>
</table>
</subsection>

<subsection name="Javamake">

<p>A task to compile Java sources and manage class file


Loading…
Cancel
Save