bodewig 2004/10/14 01:21:22
Modified: docs projects.html
xdocs projects.xml
Log:
Add pointer to Antlion
Revision Changes Path
1.61 +54 -0 ant/docs/projects.html
Index: projects.html
===================================================================
RCS file: /home/cvs/ant/docs/projects.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- projects.html 10 Jul 2004 08:07:41 -0000 1.60
+++ projects.html 14 Oct 2004 08:21:22 -0000 1.61
@@ -385,6 +385,60 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="Antlion"></a>
+ Antlion
+ </h4>
+ <p>The Antlion Project adds value to Ant build
scripts by providing
+ tasks which centralizes the library dependencies, and enables
+ projects to define dependencies upon other projects.</p>
+ <p>External dependencies may be loaded from
a custom local
+ repository or Maven-like remote repositories. Antlion handles
+ the generation of properties, filesets, and paths.</p>
+ <p>Inter-project dependencies allow for
building the other
+ project's files if they aren't already built.</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 and later
+ </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://antlion.sourceforge.net">http://antlion.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="https://sourceforge.net/mail/?group_id=93410">Project
mailing list</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Apache License, Version 2.0
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Antworks"></a>
Antworks
</h4>
1.20 +33 -0 ant/xdocs/projects.xml
Index: projects.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/projects.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- projects.xml 10 Jul 2004 08:07:41 -0000 1.19
+++ projects.xml 14 Oct 2004 08:21:22 -0000 1.20
@@ -146,6 +146,39 @@
</table>
</subsection>
+ <subsection name="Antlion">
+
+ <p>The Antlion Project adds value to Ant build scripts by providing
+ tasks which centralizes the library dependencies, and enables
+ projects to define dependencies upon other projects.</p>
+
+ <p>External dependencies may be loaded from a custom local
+ repository or Maven-like remote repositories. Antlion handles
+ the generation of properties, filesets, and paths.</p>
+
+ <p>Inter-project dependencies allow for building the other
+ project's files if they aren't already built.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.6 and later</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://antlion.sourceforge.net">http://antlion.sourceforge.net</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href
='https://sourceforge.net/mail/?group_id=93410'>Project mailing list</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>Apache License, Version 2.0</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Antworks">
<p>The antworks project is a set of tools and standardized targets
that
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]