bodewig     01/11/29 02:37:41

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to GenJar
  
  Submitted by: Jeff Turner <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.18      +70 -0     jakarta-ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/external.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- external.html     2001/11/27 15:51:59     1.17
  +++ external.html     2001/11/29 10:37:41     1.18
  @@ -406,6 +406,76 @@
                                     <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
       <tr><td bgcolor="#828DA6">
         <font color="#ffffff" face="arial,helvetica,sanserif">
  +        <a name="GenJar"><strong>GenJar</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <p>Builds a jar file based on class dependencies 
rather than simply the contents of a directory</p>
  +                                  <table>
  +              <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Compatibility:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Ant 1.4 alpha (built after 2001/08/04) and later
  +        </font>
  +  </td>
  +      </tr>
  +                  <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          URL:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          <a 
href="http://www.riggshill.com/projects/genjar/";>http://www.riggshill.com/projects/genjar/</a>
  +        </font>
  +  </td>
  +      </tr>
  +                  <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Contact:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          <a href="mailto:[EMAIL PROTECTED]">John Kohler</a>
  +        </font>
  +  </td>
  +      </tr>
  +                  <tr>
  +                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          License:
  +        </font>
  +  </td>
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +      valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +          Apache Software Foundation License
  +        </font>
  +  </td>
  +      </tr>
  +        </table>
  +                    </blockquote>
  +    </td></tr>
  +  </table>
  +                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  +    <tr><td bgcolor="#828DA6">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Importscrubber"><strong>Importscrubber</strong></a>
         </font>
       </td></tr>
  
  
  
  1.17      +23 -0     jakarta-ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- external.xml      2001/11/27 15:51:59     1.16
  +++ external.xml      2001/11/29 10:37:41     1.17
  @@ -134,6 +134,29 @@
           </table>
         </subsection>
   
  +      <subsection name="GenJar">
  +        <p>Builds a jar file based on class dependencies rather than simply 
the contents of a directory</p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4 alpha (built after 2001/08/04) and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.riggshill.com/projects/genjar/";>http://www.riggshill.com/projects/genjar/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">John Kohler</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Apache Software Foundation License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Importscrubber">
           <p>Removes unncessary import statements from a Java source code 
file.</p>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to