git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415901 13f79535-47bb-0310-9956-ffa450edef68master
@@ -297,7 +297,9 @@ | |||||
If you have a patch to submit and are sending it to the | If you have a patch to submit and are sending it to the | ||||
<code>dev</code> mailing list, | <code>dev</code> mailing list, | ||||
prefix "[PATCH]" | prefix "[PATCH]" | ||||
to your message subject. Please include any relevant bug numbers. | |||||
to your message subject (this is also a good idea for | |||||
a subject line in the bug database). | |||||
Please include any relevant bug numbers. | |||||
Patch files should be created with the <code>-u</code> | Patch files should be created with the <code>-u</code> | ||||
option of the | option of the | ||||
<code>diff</code> or <code>svn diff</code> command. For | <code>diff</code> or <code>svn diff</code> command. For | ||||
@@ -886,6 +886,55 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Apache Software License 2.0 | Apache Software License 2.0 | ||||
</td> | </td> | ||||
</tr> | |||||
</table> | |||||
<h4 class="subsection"> | |||||
<a name="AntXtras"></a> | |||||
AntXtras | |||||
</h4> | |||||
<p>A collection of powerful Ant extensions components | |||||
organized into five categories: fixture-control, | |||||
execution-rules, flow-control, feedback, and helpers.</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.5 | |||||
</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://antxtras.sourceforge.net/">AntXtras Home</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="http://antxtras.sourceforge.net">SSMC</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 Lesser General Public License (LGPL 2.1) | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
@@ -3643,57 +3692,6 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Apache License 1.1. | Apache License 1.1. | ||||
</td> | </td> | ||||
</tr> | |||||
</table> | |||||
<h4 class="subsection"> | |||||
<a name="AntXtras"></a> | |||||
AntXtras | |||||
</h4> | |||||
<p> | |||||
A collection of powerful Ant extensions components organized into | |||||
five categories: fixture-control, execution-rules, flow-control, | |||||
feedback, and helpers. | |||||
</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.5 | |||||
</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://antxtras.sourceforge.net/">AntXtras Home</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="http://antxtras.sourceforge.net">SSMC</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 Lesser General Public License (LGPL 2.1) | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
@@ -427,6 +427,32 @@ | |||||
</table> | </table> | ||||
</subsection> | </subsection> | ||||
<subsection name="AntXtras"> | |||||
<p>A collection of powerful Ant extensions components | |||||
organized into five categories: fixture-control, | |||||
execution-rules, flow-control, feedback, and helpers.</p> | |||||
<table class="externals"> | |||||
<tr> | |||||
<th>Compatibility:</th> | |||||
<td>Ant 1.6.5</td> | |||||
</tr> | |||||
<tr> | |||||
<th>URL:</th> | |||||
<td><a href="http://antxtras.sourceforge.net/">AntXtras Home</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>Contact:</th> | |||||
<td><a href="http://antxtras.sourceforge.net">SSMC</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>License:</th> | |||||
<td>GNU Lesser General Public License (LGPL 2.1)</td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
<subsection name="Checkstyle"> | <subsection name="Checkstyle"> | ||||
<p>Checkstyle is a development tool to help programmers write | <p>Checkstyle is a development tool to help programmers write | ||||
@@ -1974,32 +2000,6 @@ | |||||
</table> | </table> | ||||
</subsection> | </subsection> | ||||
<subsection name="AntXtras"> | |||||
<p> | |||||
A collection of powerful Ant extensions components organized into | |||||
five categories: fixture-control, execution-rules, flow-control, | |||||
feedback, and helpers. | |||||
</p> | |||||
<table class="externals"> | |||||
<tr> | |||||
<th>Compatibility:</th> | |||||
<td>Ant 1.6.5</td> | |||||
</tr> | |||||
<tr> | |||||
<th>URL:</th> | |||||
<td><a href="http://antxtras.sourceforge.net/">AntXtras Home</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>Contact:</th> | |||||
<td><a href="http://antxtras.sourceforge.net">SSMC</a></td> | |||||
</tr> | |||||
<tr> | |||||
<th>License:</th> | |||||
<td>GNU Lesser General Public License (LGPL 2.1)</td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
<subsection name="Kanaputs"> | <subsection name="Kanaputs"> | ||||
<p>Kanaputs is a parser for java based scripting. It is an | <p>Kanaputs is a parser for java based scripting. It is an | ||||