From b963738e050f16a329e512538d5c7d7eb6653a7f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 8 Mar 2005 16:37:40 +0000 Subject: [PATCH] Grammar, plus removed the comment about where a fileset can be since it can pretty much be anywhere. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277835 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/fileset.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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 @@

FileSet

-

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.

+Selectors.

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.

@@ -40,7 +38,7 @@ equivalent to an <and> selector container.

- + @@ -89,7 +87,7 @@ equivalent to an <and> selector container.

Note: All files/directories for which the canonical path is different from its path are considered symbolic links. On Unix systems this usually means the file really is a -symbolic links but it may lead to false results on other +symbolic link but it may lead to false results on other platforms.

Examples

fileshortcut for specifying a single file filesetshortcut for specifying a single-file fileset
defaultexcludes