bodewig 2003/02/18 03:25:49
Modified: docs external.html xdocs external.xml Log: Add pointer to ChownTask. Submitted by: Wilfred Springer <wilfred at agilejava dot com> Revision Changes Path 1.91 +56 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- external.html 18 Feb 2003 10:39:00 -0000 1.90 +++ external.html 18 Feb 2003 11:25:47 -0000 1.91 @@ -447,6 +447,62 @@ </tr> </table> <br/> + <a name="ChownTask"></a> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td bgcolor="#4C6C8F"> + <font color="#ffffff" face="arial,helvetica,sanserif"> + <strong>ChownTask</strong> + </font> + </td></tr> + </table> + <p>ChownTask is an Ant task to change ownership of files on + Unix.</p> + <table class="ForrestTable" 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.3 and up + </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://sourceforge.net/projects/chowntask/">http://sourceforge.net/projects/chowntask/</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:[EMAIL PROTECTED]">Wilfred Springer</a> + + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + GNU General Public License + </td> + </tr> + </table> + <br/> <a name="CleanImports"></a> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#4C6C8F"> 1.68 +28 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- external.xml 18 Feb 2003 10:39:00 -0000 1.67 +++ external.xml 18 Feb 2003 11:25:48 -0000 1.68 @@ -136,6 +136,34 @@ </table> </subsection> + <subsection name="ChownTask"> + + <p>ChownTask is an Ant task to change ownership of files on + Unix.</p> + + <table> + <tr> + <th>Compatibility:</th> + <td>Ant 1.3 and up</td> + </tr> + <tr> + <th>URL:</th> + <td> + <a href="http://sourceforge.net/projects/chowntask/">http://sourceforge.net/projects/chowntask/</a> + </td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Wilfred Springer</a> + </td> + </tr> + <tr> + <th>License:</th> + <td>GNU General Public License</td> + </tr> + </table> + </subsection> + <subsection name="CleanImports"> <p>Removes unneeded imports. Formats your import sections. Flags ambiguous imports.</p>