diff --git a/docs/manual/CoreTypes/fileset.html b/docs/manual/CoreTypes/fileset.html index 12c9a2a3d..b49c6db87 100644 --- a/docs/manual/CoreTypes/fileset.html +++ b/docs/manual/CoreTypes/fileset.html @@ -9,13 +9,11 @@
FileSets are groups of files. These files can be found in a +
A FileSet is a group of files. These files can be found in a
directory tree starting in a base directory and are matched by
patterns taken from a number of PatternSets and
-Selectors. FileSets can appear inside tasks
-that support this feature or at the same level as target
-- i.e., as children of project
.
PatternSets can be specified as nested
<patternset>
elements. In addition, FileSet holds
an implicit PatternSet and supports the nested
@@ -23,9 +21,9 @@ an implicit PatternSet and supports the nested
<exclude>
and <excludesfile>
elements of PatternSet directly, as well as PatternSet's
attributes.
Selectors are available as nested elements.within the FileSet. +
Selectors are available as nested elements within the FileSet.
If any of the selectors within the FileSet do not select the file, the
-file is not considered part of the FileSet. This makes FileSets
+file is not considered part of the FileSet. This makes a FileSet
equivalent to an <and>
selector container.
file | -shortcut for specifying a single file fileset | +shortcut for specifying a single-file fileset |
defaultexcludes | @@ -89,7 +87,7 @@ equivalent to an