holtdl 02/03/22 10:55:29
Modified: docs/manual/CoreTasks delete.html
Log:
Fix a typo (and do a little verbiage clean-up) and
get rid of a pick&put booboo.
Revision Changes Path
1.15 +11 -10 jakarta-ant/docs/manual/CoreTasks/delete.html
Index: delete.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/delete.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- delete.html 28 Feb 2002 18:45:15 -0000 1.14
+++ delete.html 22 Mar 2002 18:55:29 -0000 1.15
@@ -17,10 +17,11 @@
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 @@
</tr>
<tr>
<td valign="top">verbose</td>
- <td valign="top">Show the name of each deleted file
("true"/"false").
- Default is "false" when omitted.</td>
+ <td valign="top">Show the name of each deleted file
+ ("true"/"false").
+ Default is "false" when omitted.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
@@ -123,10 +125,9 @@
</tr>
<tr>
<td valign="top">defaultexcludes</td>
- <td valign="top"> Use <code><fileset></code>.
- Indicates whether default excludes
- should be used or not ("yes"/"no"). Default
excludes
- are used when omitted.</td>
+ <td valign="top"> Indicates whether default excludes
+ should be used or not ("yes"/"no").
+ Default excludes are used when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
</table>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>