From 16747b9b9bd1fc241a8fd5cc7c07eceafb503e78 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 24 Oct 2002 08:53:41 +0000 Subject: [PATCH] Add pointer to purge. Submitted by: Richard Dallaway git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273460 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 26 +++++++++++++++++ 2 files changed, 99 insertions(+) diff --git a/docs/external.html b/docs/external.html index 0f3ef9579..0b592012b 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1777,6 +1777,79 @@ + + + +
+ + Purge + +
+
+

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.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 or above + +
+ + URL: + + + + http://www.dallaway.com/ant/ + +
+ + Contact: + + + + Richard Dallaway + +
+ + License: + + + + LGPL + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index e233314e1..8245fb785 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -653,6 +653,32 @@
+ + +

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.

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 or above
URL:http://www.dallaway.com/ant/
Contact:Richard Dallaway
License:LGPL
+
+

The styler task makes useful combinations of XSLT transformations