I figured as much. I didn't think that the Apache mail server would strip tarballs.
Anyway, here's the patch in-line, since it isn't that big. -- start patch -- Index: projects.xml =================================================================== RCS file: /home/cvspublic/ant/xdocs/projects.xml,v retrieving revision 1.19 diff -u -r1.19 projects.xml --- projects.xml 10 Jul 2004 08:07:41 -0000 1.19 +++ projects.xml 13 Oct 2004 02:42:08 -0000 @@ -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 -- end patch -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]