holtdl 02/02/08 13:07:21
Modified: docs/manual/CoreTasks delete.html
Log:
Put the old cruft back in (and devote some otherwise better-used energy
on cleaning it up).
Revision Changes Path
1.11 +40 -0 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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- delete.html 5 Feb 2002 20:34:29 -0000 1.10
+++ delete.html 8 Feb 2002 21:07:21 -0000 1.11
@@ -70,6 +70,46 @@
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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>