diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e04a2452f..e1723fd9d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -70,6 +70,7 @@ Holger Engels Ingenonsya France Ingmar Stein Irene Rusman +Ivan Ivanov Jack J. Woehr James Duncan Davidson Jan Matèrne diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html index 9b7591b95..b8503b518 100644 --- a/docs/manual/CoreTasks/delete.html +++ b/docs/manual/CoreTasks/delete.html @@ -159,6 +159,12 @@ and any subdirectories.

deletes all files and subdirectories of build, including build itself.

+
  <delete includeemptydirs="true">
+    <fileset dir="build" includes="**/*"/>
+  </delete>
+
+

deletes all files and subdirectories of build, without +build itself.


Copyright © 2000-2002,2004 The Apache Software Foundation. All rights Reserved.