Browse Source

Fix a typo (and do a little verbiage clean-up) and

get rid of a pick&put booboo.
PR:
Obtained from:
Submitted by:
Reviewed by:


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

+ 11
- 10
docs/manual/CoreTasks/delete.html View File

@@ -17,10 +17,11 @@ default.
To remove empty directories, use the <code>includeEmptyDirs</code> attribute.
</p>
<p>
If you use this task to delete temporary files created by editors and it doesnt
seem to work, read up on the
<a href="../dirtasks.html#defaultexcludes">default exclusion set</a> then at the option
down below to disable this feature.
If you use this task to delete temporary files created by editors
and it doesn't seem to work, read up on the
<a href="../dirtasks.html#defaultexcludes">default exclusion set</a>
in <strong>Directory-based Tasks</strong>, and see the
<code>defaultexcludes</code> attribute below.
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
@@ -53,8 +54,9 @@ down below to disable this feature.
</tr>
<tr>
<td valign="top">verbose</td>
<td valign="top">Show the name of each deleted file (&quot;true&quot;/&quot;false&quot;).
Default is &quot;false&quot; when omitted.</td>
<td valign="top">Show the name of each deleted file
(&quot;true&quot;/&quot;false&quot;).
Default is &quot;false&quot; when omitted.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
@@ -123,10 +125,9 @@ down below to disable this feature.
</tr>
<tr>
<td valign="top">defaultexcludes</td>
<td valign="top"> Use <code>&lt;fileset&gt;</code>.
Indicates whether default excludes
should be used or not (&quot;yes&quot;/&quot;no&quot;). Default excludes
are used when omitted.</td>
<td valign="top"> Indicates whether default excludes
should be used or not (&quot;yes&quot;/&quot;no&quot;).
Default excludes are used when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
</table>


Loading…
Cancel
Save