bodewig 02/04/05 06:54:05
Modified: docs/manual/CoreTasks chmod.html
Log:
<chmod> doesn't support in/excludesfile attribute.
PR: 6016
Revision Changes Path
1.7 +1 -13 jakarta-ant/docs/manual/CoreTasks/chmod.html
Index: chmod.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/chmod.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- chmod.html 3 Feb 2002 22:00:41 -0000 1.6
+++ chmod.html 5 Apr 2002 14:54:05 -0000 1.7
@@ -48,24 +48,12 @@
<td valign="top" align="center">No</td>
</tr>
<tr>
- <td valign="top">includesfile</td>
- <td valign="top">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">comma separated list of patterns of files that must be
excluded. 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">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">indicates whether default excludes should be used or not
("yes"/"no"). Default excludes are used when
omitted.</td>
@@ -114,7 +102,7 @@
group on a UNIX system. In addition all files belonging to a FileSet
with <code>id</code> <code>other.shared.sources</code> get the
same
permissions.</p>
-<hr><p align="center">Copyright © 2001 Apache Software Foundation.
All rights
+<hr><p align="center">Copyright © 2001-2002 Apache Software Foundation.
All rights
Reserved.</p>
</body>
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|