bodewig     2004/10/14 01:22:17

  Modified:    docs     Tag: ANT_16_BRANCH projects.html
               xdocs    Tag: ANT_16_BRANCH projects.xml
  Log:
  Add pointer to Antlion
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.45.2.10 +54 -0     ant/docs/projects.html
  
  Index: projects.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.45.2.9
  retrieving revision 1.45.2.10
  diff -u -r1.45.2.9 -r1.45.2.10
  --- projects.html     10 Jul 2004 08:10:39 -0000      1.45.2.9
  +++ projects.html     14 Oct 2004 08:22:16 -0000      1.45.2.10
  @@ -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>
  
  
  
  No                   revision
  No                   revision
  1.10.2.8  +33 -0     ant/xdocs/projects.xml
  
  Index: projects.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.10.2.7
  retrieving revision 1.10.2.8
  diff -u -r1.10.2.7 -r1.10.2.8
  --- projects.xml      10 Jul 2004 08:10:39 -0000      1.10.2.7
  +++ projects.xml      14 Oct 2004 08:22:17 -0000      1.10.2.8
  @@ -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]

Reply via email to