Browse Source

Update info on AntXtras

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415901 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
e9910f7bda
3 changed files with 78 additions and 78 deletions
  1. +3
    -1
      docs/bugs.html
  2. +49
    -51
      docs/external.html
  3. +26
    -26
      xdocs/external.xml

+ 3
- 1
docs/bugs.html View File

@@ -297,7 +297,9 @@
If you have a patch to submit and are sending it to the
<code>dev</code> mailing list,
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>
option of the
<code>diff</code> or <code>svn diff</code> command. For


+ 49
- 51
docs/external.html View File

@@ -886,6 +886,55 @@
valign="top" align="left">
Apache Software License 2.0
</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>
</table>
<h4 class="subsection">
@@ -3643,57 +3692,6 @@
valign="top" align="left">
Apache License 1.1.
</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>
</table>
<h4 class="subsection">


+ 26
- 26
xdocs/external.xml View File

@@ -427,6 +427,32 @@
</table>
</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">

<p>Checkstyle is a development tool to help programmers write
@@ -1974,32 +2000,6 @@
</table>
</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">

<p>Kanaputs is a parser for java based scripting. It is an


Loading…
Cancel
Save