git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277359 13f79535-47bb-0310-9956-ffa450edef68master
@@ -236,7 +236,7 @@ Jan is consultant for OOA/D in the computer centre of the government | |||||
of Northrhine Westfalia / Germany. He is the co-author of | of Northrhine Westfalia / Germany. He is the co-author of | ||||
<a href="http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-341?"> | <a href="http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-341?"> | ||||
Rational Rose und UML im Praxiseinsatz</a> the first German book about | Rational Rose und UML im Praxiseinsatz</a> the first German book about | ||||
that OOAD-tool. | |||||
that OOAD-tool. | |||||
</p> | </p> | ||||
<p> | <p> | ||||
<b>Costin Monolache</b><br /> | <b>Costin Monolache</b><br /> | ||||
@@ -492,6 +492,54 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Apache Software License | Apache Software License | ||||
</td> | </td> | ||||
</tr> | |||||
</table> | |||||
<h4 class="subsection"> | |||||
<a name="AntForm"></a> | |||||
AntForm | |||||
</h4> | |||||
<p>Provides a java/swing form-based input scheme for | |||||
configuring ant properties and launching ant targets.</p> | |||||
<table class="externals" cellspacing="1" cellpadding="4"> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Compatibility: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Ant 1.6.2. | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
URL: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
<a href="http://antforms.sourceforge.net/">http://antforms.sourceforge.net/</a> | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Contact: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
<a href="mailto:rene_ghosh@yahoo.com">René Ghosh</a> | |||||
</td> | |||||
</tr> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
License: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
GNU General Public License | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
@@ -210,6 +210,31 @@ | |||||
</table> | </table> | ||||
</subsection> | </subsection> | ||||
<subsection name="AntForm"> | |||||
<p>Provides a java/swing form-based input scheme for | |||||
configuring ant properties and launching ant targets.</p> | |||||
<table class="externals"> | |||||
<tr> | |||||
<th>Compatibility:</th> | |||||
<td>Ant 1.6.2.</td> | |||||
</tr> | |||||
<tr> | |||||
<th>URL:</th> | |||||
<td><a href="http://antforms.sourceforge.net/">http://antforms.sourceforge.net/</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>Contact:</th> | |||||
<td><a href="mailto:rene_ghosh@yahoo.com">René Ghosh</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>License:</th> | |||||
<td>GNU General Public License</td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
<subsection name="Antmerge"> | <subsection name="Antmerge"> | ||||
<p>Provides simple inheritance between ant files</p> | <p>Provides simple inheritance between ant files</p> | ||||