From f886eb2d4f78c7d2e483d8812607a511f160be2f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 8 Mar 2005 21:43:09 +0000 Subject: [PATCH] Add selectors to nested elements of dirset. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277843 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/dirset.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTypes/dirset.html b/docs/manual/CoreTypes/dirset.html index ef52fa65a..c01cc922e 100644 --- a/docs/manual/CoreTypes/dirset.html +++ b/docs/manual/CoreTypes/dirset.html @@ -11,7 +11,8 @@

DirSet

A DirSet is a group of directories. These directories can be found in a directory tree starting in a base directory and are matched by -patterns taken from a number of PatternSets. +patterns taken from a number of PatternSets +and Selectors.

PatternSets can be specified as nested <patternset> elements. In addition, DirSet holds