diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html index 64a1c0253..a8815cf42 100644 --- a/docs/manual/CoreTasks/delete.html +++ b/docs/manual/CoreTasks/delete.html @@ -70,6 +70,46 @@ To remove empty directories, use the includeEmptyDirs attribute. using filesets. Default is "false". No + + includes + Deprecated. Use <fileset>. + Comma-separated list of patterns of + files that must be deleted. All files are relative to the directory + 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 + No + + + excludes + Deprecated. Use <fileset>. + Comma-separated list of patterns of + files that must be excluded from the deletion list. + All files are relative to the directory specified in dir. + No files (except default excludes) are excluded when omitted. + No + + + excludesfile + Deprecated. Use <fileset>. + The name of a file. Each line of + this file is taken to be an exclude pattern + No + + + defaultexcludes + Use <fileset>. + Indicates whether default excludes + should be used or not ("yes"/"no"). Default excludes + are used when omitted. + No +

Examples

  <delete file="/lib/ant.jar"/>