From 06bdb4521d318d621d46259c34ee30ff4e4f33e7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 7 Mar 2015 12:32:13 +0100 Subject: [PATCH] clearly document the effect of empty includesfile attribute Bugzilla Issue 26814 --- manual/Types/dirset.html | 5 ++++- manual/Types/fileset.html | 5 ++++- manual/Types/patternset.html | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/manual/Types/dirset.html b/manual/Types/dirset.html index 1a046a6d7..0434e9c22 100644 --- a/manual/Types/dirset.html +++ b/manual/Types/dirset.html @@ -61,7 +61,10 @@ equivalent to an <and> selector container.

includesfile The name of a file; each line of this file is - taken to be an include pattern. + taken to be an include pattern. + Note: if the file is empty and there are no other + patterns defined for the fileset, all directories will be included. + No diff --git a/manual/Types/fileset.html b/manual/Types/fileset.html index 10e78f7c7..9a7c7d716 100644 --- a/manual/Types/fileset.html +++ b/manual/Types/fileset.html @@ -71,7 +71,10 @@ equivalent to an <and> selector container.

includesfile the name of a file; each line of this file is - taken to be an include pattern. + taken to be an include pattern.
+ Note: if the file is empty and there are no other + patterns defined for the fileset, all files will be included. + No diff --git a/manual/Types/patternset.html b/manual/Types/patternset.html index d060d04d9..4ad433dbc 100644 --- a/manual/Types/patternset.html +++ b/manual/Types/patternset.html @@ -50,7 +50,10 @@ or the following attributes.

includesfile the name of a file; each line of this file is taken to be an include pattern. You can specify more than one - include file by using a nested includesfile elements. + include file by using a nested includesfile elements. + Note: if the file is empty and there are no other + patterns defined for the fileset, all files will be included. + excludes