From af4d6ce54f41e9cda5eda0288e1a7bf59d14c563 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Fri, 22 Mar 2002 18:55:29 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/delete.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html index 5194d2390..f6d8d563e 100644 --- a/docs/manual/CoreTasks/delete.html +++ b/docs/manual/CoreTasks/delete.html @@ -17,10 +17,11 @@ default. To remove empty directories, use the includeEmptyDirs attribute.

-If you use this task to delete temporary files created by editors and it doesnt -seem to work, read up on the -default exclusion set 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 +default exclusion set +in Directory-based Tasks, and see the +defaultexcludes attribute below.

Parameters

@@ -53,8 +54,9 @@ down below to disable this feature. - + @@ -123,10 +125,9 @@ down below to disable this feature. - +
verboseShow the name of each deleted file ("true"/"false"). - Default is "false" when omitted.Show the name of each deleted file + ("true"/"false"). + Default is "false" when omitted. No
defaultexcludes Use <fileset>. - Indicates whether default excludes - should be used or not ("yes"/"no"). Default excludes - are used when omitted. Indicates whether default excludes + should be used or not ("yes"/"no"). + Default excludes are used when omitted. No