peterreilly 2004/06/22 07:39:36
Modified: . CONTRIBUTORS
docs/manual/CoreTasks delete.html
Log:
delete.html: add example of deleting a directory
Obtained from: Ivan Ivanov
Revision Changes Path
1.24 +1 -0 ant/CONTRIBUTORS
Index: CONTRIBUTORS
===================================================================
RCS file: /home/cvs/ant/CONTRIBUTORS,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- CONTRIBUTORS 11 Jun 2004 20:13:28 -0000 1.23
+++ CONTRIBUTORS 22 Jun 2004 14:39:36 -0000 1.24
@@ -70,6 +70,7 @@
Ingenonsya France
Ingmar Stein
Irene Rusman
+Ivan Ivanov
Jack J. Woehr
James Duncan Davidson
Jan Mat�rne
1.21 +6 -0 ant/docs/manual/CoreTasks/delete.html
Index: delete.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/delete.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- delete.html 8 Jun 2004 16:19:27 -0000 1.20
+++ delete.html 22 Jun 2004 14:39:36 -0000 1.21
@@ -159,6 +159,12 @@
</pre>
<p>deletes all files and subdirectories of <code>build</code>, including
<code>build</code> itself.</p>
+<pre> <delete includeemptydirs="true">
+ <fileset dir="build" includes="**/*"/>
+ </delete>
+</pre>
+<p>deletes all files and subdirectories of <code>build</code>, without
+<code>build</code> itself.</p>
<hr><p align="center">Copyright © 2000-2002,2004 The Apache Software
Foundation.
All rights Reserved.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]