Browse Source

Add pointer to Antlion

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276943 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
ba92c99509
2 changed files with 87 additions and 0 deletions
  1. +54
    -0
      docs/projects.html
  2. +33
    -0
      xdocs/projects.xml

+ 54
- 0
docs/projects.html View File

@@ -382,6 +382,60 @@
valign="top" align="left">
Mozilla-like license
</td>
</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">


+ 33
- 0
xdocs/projects.xml View File

@@ -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


Loading…
Cancel
Save