Browse Source

<chmod> doesn't support in/excludesfile attribute.

PR: 6016


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272242 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
eebfd94f70
1 changed files with 1 additions and 13 deletions
  1. +1
    -13
      docs/manual/CoreTasks/chmod.html

+ 1
- 13
docs/manual/CoreTasks/chmod.html View File

@@ -47,24 +47,12 @@ directly. More FileSets can be specified using nested
included.</td> included.</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </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> <tr>
<td valign="top">excludes</td> <td valign="top">excludes</td>
<td valign="top">comma separated list of patterns of files that must be <td valign="top">comma separated list of patterns of files that must be
excluded. No files (except default excludes) are excluded when omitted.</td> excluded. No files (except default excludes) are excluded when omitted.</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </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> <tr>
<td valign="top">defaultexcludes</td> <td valign="top">defaultexcludes</td>
<td valign="top">indicates whether default excludes should be used or not <td valign="top">indicates whether default excludes should be used or not
@@ -114,7 +102,7 @@ below any directory named trial) writable for members of the same
group on a UNIX system. In addition all files belonging to a FileSet 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 with <code>id</code> <code>other.shared.sources</code> get the same
permissions.</p> permissions.</p>
<hr><p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<hr><p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


Loading…
Cancel
Save