mbenson 2005/03/08 13:28:50 Modified: docs/manual/CoreTypes dirset.html Log: Fix a typo; remove the comment on where dirsets may appear. Revision Changes Path 1.10 +4 -6 ant/docs/manual/CoreTypes/dirset.html Index: dirset.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTypes/dirset.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- dirset.html 7 Mar 2005 18:18:26 -0000 1.9 +++ dirset.html 8 Mar 2005 21:28:50 -0000 1.10 @@ -9,12 +9,10 @@ <body> <h2><a name="dirset">DirSet</a></h2> -<p>DirSets are groups of directories. These directories can be found in a +<p>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 <a -href="patternset.html">PatternSets</a>. DirSets can appear inside tasks -that support this feature or at the same level as <code>target</code> -(i.e., as children of <code><project></code>).</p> +patterns taken from a number of <a href="patternset.html">PatternSets</a>. +</p> <p>PatternSets can be specified as nested <code><patternset></code> elements. In addition, DirSet holds an implicit PatternSet and supports the nested @@ -59,7 +57,7 @@ </tr> <tr> <td valign="top">casesensitive</td> - <td valign="top">Specifies whether case-sensitivty should be applied + <td valign="top">Specifies whether case-sensitivity should be applied (<code>true</code>|<code>yes</code>|<code>on</code> or <code>false</code>|<code>no</code>|<code>off</code>).</td> <td valign="top" align="center">No; defaults to true.</td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]