Browse Source

clearly document the effect of empty includesfile attribute

Bugzilla Issue 26814
master
Stefan Bodewig 10 years ago
parent
commit
06bdb4521d
3 changed files with 12 additions and 3 deletions
  1. +4
    -1
      manual/Types/dirset.html
  2. +4
    -1
      manual/Types/fileset.html
  3. +4
    -1
      manual/Types/patternset.html

+ 4
- 1
manual/Types/dirset.html View File

@@ -61,7 +61,10 @@ equivalent to an <code>&lt;and&gt;</code> selector container.</p>
<tr> <tr>
<td valign="top">includesfile</td> <td valign="top">includesfile</td>
<td valign="top">The name of a file; each line of this file is <td valign="top">The name of a file; each line of this file is
taken to be an include pattern.</td>
taken to be an include pattern.
<b>Note:</b> if the file is empty and there are no other
patterns defined for the fileset, all directories will be included.
</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>
<tr> <tr>


+ 4
- 1
manual/Types/fileset.html View File

@@ -71,7 +71,10 @@ equivalent to an <code>&lt;and&gt;</code> selector container.</p>
<tr> <tr>
<td valign="top">includesfile</td> <td valign="top">includesfile</td>
<td valign="top">the name of a file; each line of this file is <td valign="top">the name of a file; each line of this file is
taken to be an include pattern.</td>
taken to be an include pattern.<br/>
<b>Note:</b> if the file is empty and there are no other
patterns defined for the fileset, all files will be included.
</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>
<tr> <tr>


+ 4
- 1
manual/Types/patternset.html View File

@@ -50,7 +50,10 @@ or the following attributes.</p>
<td valign="top">includesfile</td> <td valign="top">includesfile</td>
<td valign="top">the name of a file; each line of this file is <td valign="top">the name of a file; each line of this file is
taken to be an include pattern. You can specify more than one taken to be an include pattern. You can specify more than one
include file by using a nested includesfile elements.</td>
include file by using a nested includesfile elements.
<b>Note:</b> if the file is empty and there are no other
patterns defined for the fileset, all files will be included.
</td>
</tr> </tr>
<tr> <tr>
<td valign="top">excludes</td> <td valign="top">excludes</td>


Loading…
Cancel
Save