Browse Source

Apply a band-aid to a nasty open wound.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271306 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
a533063b71
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      docs/manual/CoreTasks/delete.html

+ 7
- 1
docs/manual/CoreTasks/delete.html View File

@@ -30,7 +30,13 @@ To remove empty directories, use the <code>includeEmptyDirs</code> attribute.
</tr>
<tr>
<td valign="top">dir</td>
<td valign="top">The directory to delete, including all its files and subdirectories.</td>
<td valign="top">The directory to delete, including all its files and
subdirectories. <b>WARNING:</b> Do <b>not</b> set <code>dir</code> to
<code>&quot;.&quot;</code>, <code>&quot;${basedir}&quot;</code>,
or the full-pathname equivalent unless you truly <em>intend</em> to
recursively remove the entire contents of the current base directory
(and the base directory itself, if different from the current working
directory).</td>
</tr>
<tr>
<td valign="top">verbose</td>


Loading…
Cancel
Save