From 06d3bc8ff1d3c042493a7be7df83f18451506e6a Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Tue, 8 Mar 2005 21:45:57 +0000
Subject: [PATCH] Copy selector paragraph from fileset.html
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277844 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/dirset.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/manual/CoreTypes/dirset.html b/docs/manual/CoreTypes/dirset.html
index c01cc922e..b1b7d7575 100644
--- a/docs/manual/CoreTypes/dirset.html
+++ b/docs/manual/CoreTypes/dirset.html
@@ -21,6 +21,10 @@ 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 DirSet.
+If any of the selectors within the DirSet do not select the directory, it
+is not considered part of the DirSet. This makes a DirSet
+equivalent to an <and>
selector container.