diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html
index b8503b518..a995b409a 100644
--- a/docs/manual/CoreTasks/delete.html
+++ b/docs/manual/CoreTasks/delete.html
@@ -54,10 +54,8 @@ in Directory-based Tasks, and see the
verbose |
- Show the name of each deleted file
- ("true"/"false").
- Default is "false" when omitted. |
- No |
+ Whether to show the name of each deleted file. |
+ No, default "false" |
quiet |
@@ -69,42 +67,37 @@ in Directory-based Tasks, and see the
When set to "true", if a file or directory cannot be deleted,
no error is reported. This setting emulates the
-f
option to the Unix rm command.
- Default is "false".
Setting this to "true" implies setting
failonerror
to "false".
- No |
+ No, default "false" |
failonerror |
-
- Controls whether an error (such as a failure to delete a file)
- stops the build or is merely reported to the screen.
- Only relevant if quiet is "false".
- Default is "true".
- |
- No |
-
+ Controls whether an error (such as a failure to
+ delete a file) stops the build or is merely reported to the screen.
+ Only relevant if quiet is "false". |
+ No, default "true" |
+
- includeEmptyDirs |
- Set to "true" to delete empty directories when
- using filesets. Default is "false". |
- No |
+ includeemptydirs |
+ Whether to delete empty directories
+ when using filesets. |
+ No, default "false" |
includes |
Deprecated. Use <fileset> .
Comma- or space-separated list of patterns of
files that must be deleted. All files are relative to the directory
- specified in dir .
- |
+ specified in dir
.
No |
includesfile |
Deprecated. Use <fileset> .
The name of a file. Each line of
- this file is taken to be an include pattern |
+ this file is taken to be an include pattern.
No |
@@ -125,10 +118,10 @@ in Directory-based Tasks, and see the
defaultexcludes |
- Indicates whether default excludes
- should be used or not ("yes"/"no").
- Default excludes are used when omitted. |
- No |
+ Deprecated. Use <fileset> .
+ Whether to use
+ default excludes. |
+ No, default "true" |
deleteonexit |
@@ -136,9 +129,8 @@ in Directory-based Tasks, and see the
Indicates whether to use File#deleteOnExit() if there is a
failure to delete a file, this causes the jvm to attempt
to delete the file when the jvm process is terminating.
- The default is false.
- Since Ant 1.6.2
- No |
+ Since Ant 1.6.2
+ No, default "false". |
Examples