peterreilly 2004/06/22 07:44:07
Modified: . Tag: ANT_16_BRANCH CONTRIBUTORS
docs/manual/CoreTasks Tag: ANT_16_BRANCH delete.html
Log:
sync
Revision Changes Path
No revision
No revision
1.1.2.17 +1 -0 ant/CONTRIBUTORS
Index: CONTRIBUTORS
===================================================================
RCS file: /home/cvs/ant/CONTRIBUTORS,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -r1.1.2.16 -r1.1.2.17
--- CONTRIBUTORS 11 Jun 2004 21:20:59 -0000 1.1.2.16
+++ CONTRIBUTORS 22 Jun 2004 14:44:07 -0000 1.1.2.17
@@ -68,6 +68,7 @@
Holger Engels
Ingenonsya France
Ingmar Stein
+Ivan Ivanov
Jack J. Woehr
James Duncan Davidson
Jan Mat�rne
No revision
No revision
1.18.2.4 +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.18.2.3
retrieving revision 1.18.2.4
diff -u -r1.18.2.3 -r1.18.2.4
--- delete.html 8 Jun 2004 16:20:28 -0000 1.18.2.3
+++ delete.html 22 Jun 2004 14:44:07 -0000 1.18.2.4
@@ -160,6 +160,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]