You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2005/02/24 22:03:27 UTC

cvs commit: ant/xdocs projects.xml

bodewig     2005/02/24 13:03:27

  Modified:    docs     projects.html
               xdocs    projects.xml
  Log:
  Add pointer to Antigen submitted by John Taylor
  
  Revision  Changes    Path
  1.65      +48 -0     ant/docs/projects.html
  
  Index: projects.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- projects.html	27 Jan 2005 12:40:49 -0000	1.64
  +++ projects.html	24 Feb 2005 21:03:27 -0000	1.65
  @@ -386,6 +386,54 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="Antigen"></a>
  +        Antigen
  +      </h4>
  +                        <p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main 
  +            use is for creating graphical, ant-based installers.</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">
  +          bundles Ant 1.6.2
  +      </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://antigen.sourceforge.net/">http://antigen.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="mailto:johndavidtaylor@users.sourceforge.net">Jon Tayler</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Academic Free License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Antlion"></a>
           Antlion
         </h4>
  
  
  
  1.21      +25 -0     ant/xdocs/projects.xml
  
  Index: projects.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- projects.xml	14 Oct 2004 08:21:22 -0000	1.20
  +++ projects.xml	24 Feb 2005 21:03:27 -0000	1.21
  @@ -145,7 +145,32 @@
             </tr>
           </table>
         </subsection>
  +      
  +      <subsection name="Antigen">
   
  +        <p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main 
  +            use is for creating graphical, ant-based installers.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>bundles Ant 1.6.2</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://antigen.sourceforge.net/">http://antigen.sourceforge.net/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href ='mailto:johndavidtaylor@users.sourceforge.net'>Jon Tayler</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Academic Free License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +      
         <subsection name="Antlion">
   
           <p>The Antlion Project adds value to Ant build scripts by providing
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org