bodewig 2002/10/24 01:56:18
Modified: docs Tag: ANT_15_BRANCH external.html
xdocs Tag: ANT_15_BRANCH external.xml
Log:
merge from HEAD
Revision Changes Path
No revision
No revision
1.48.2.15 +73 -0 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.48.2.14
retrieving revision 1.48.2.15
diff -u -r1.48.2.14 -r1.48.2.15
--- external.html 24 Oct 2002 07:53:26 -0000 1.48.2.14
+++ external.html 24 Oct 2002 08:56:18 -0000 1.48.2.15
@@ -1779,6 +1779,79 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Purge"><strong>Purge</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Purge deletes all but the most recent few files
from a fileset.
+ For example: if you have generated files (logs, .ear, .war, .jar
+ etc) accumulating in a directory, the purge task will allow you
+ to delete the older files, keeping just the most recent ones.</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 or above
+ </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.dallaway.com/ant/">http://www.dallaway.com/ant/</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]">Richard Dallaway</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">
+ LGPL
+ </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="Styler"><strong>Styler</strong></a>
</font>
</td></tr>
No revision
No revision
1.35.2.15 +26 -0 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.35.2.14
retrieving revision 1.35.2.15
diff -u -r1.35.2.14 -r1.35.2.15
--- external.xml 24 Oct 2002 07:53:26 -0000 1.35.2.14
+++ external.xml 24 Oct 2002 08:56:18 -0000 1.35.2.15
@@ -653,6 +653,32 @@
</table>
</subsection>
+ <subsection name="Purge">
+
+ <p>Purge deletes all but the most recent few files from a fileset.
+ For example: if you have generated files (logs, .ear, .war, .jar
+ etc) accumulating in a directory, the purge task will allow you
+ to delete the older files, keeping just the most recent ones.</p>
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.4 or above</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.dallaway.com/ant/">http://www.dallaway.com/ant/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Richard Dallaway</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>LGPL</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Styler">
<p>The styler task makes useful combinations of XSLT transformations
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>