|
|
@@ -70,6 +70,46 @@ To remove empty directories, use the <code>includeEmptyDirs</code> attribute. |
|
|
|
using filesets. Default is "false".</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includes</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
Comma-separated list of patterns of |
|
|
|
files that must be deleted. All files are relative to the directory |
|
|
|
specified in <code>dir</code>. |
|
|
|
</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">includesfile</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
The name of a file. Each line of |
|
|
|
this file is taken to be an include pattern</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">excludes</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
Comma-separated list of patterns of |
|
|
|
files that must be excluded from the deletion list. |
|
|
|
All files are relative to the directory specified in <code>dir</code>. |
|
|
|
No files (except default excludes) are excluded when omitted.</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">excludesfile</td> |
|
|
|
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>. |
|
|
|
The name of a file. Each line of |
|
|
|
this file is taken to be an exclude pattern</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</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" align="center">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <delete file="/lib/ant.jar"/></pre> |
|
|
|