Browse Source

delete.html: add example of deleting a directory

Obtained from: Ivan Ivanov


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276597 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
9f8254794f
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +6
    -0
      docs/manual/CoreTasks/delete.html

+ 1
- 0
CONTRIBUTORS View File

@@ -70,6 +70,7 @@ Holger Engels
Ingenonsya France Ingenonsya France
Ingmar Stein Ingmar Stein
Irene Rusman Irene Rusman
Ivan Ivanov
Jack J. Woehr Jack J. Woehr
James Duncan Davidson James Duncan Davidson
Jan Matèrne Jan Matèrne


+ 6
- 0
docs/manual/CoreTasks/delete.html View File

@@ -159,6 +159,12 @@ and any subdirectories.</p>
</pre> </pre>
<p>deletes all files and subdirectories of <code>build</code>, including <p>deletes all files and subdirectories of <code>build</code>, including
<code>build</code> itself.</p> <code>build</code> itself.</p>
<pre> &lt;delete includeemptydirs=&quot;true&quot;&gt;
&lt;fileset dir=&quot;build&quot; includes=&quot;**/*&quot;/&gt;
&lt;/delete&gt;
</pre>
<p>deletes all files and subdirectories of <code>build</code>, without
<code>build</code> itself.</p>
<hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. <hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>




Loading…
Cancel
Save