Browse Source

Fix a typo; remove the comment on where dirsets may appear.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277842 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
4d4d97b228
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      docs/manual/CoreTypes/dirset.html

+ 4
- 6
docs/manual/CoreTypes/dirset.html View File

@@ -9,12 +9,10 @@
<body> <body>


<h2><a name="dirset">DirSet</a></h2> <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 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>&lt;project&gt;</code>).</p>
patterns taken from a number of <a href="patternset.html">PatternSets</a>.
</p>
<p>PatternSets can be specified as nested <p>PatternSets can be specified as nested
<code>&lt;patternset&gt;</code> elements. In addition, DirSet holds <code>&lt;patternset&gt;</code> elements. In addition, DirSet holds
an implicit PatternSet and supports the nested an implicit PatternSet and supports the nested
@@ -59,7 +57,7 @@ elements of <code>&lt;patternset&gt;</code> directly, as well as
</tr> </tr>
<tr> <tr>
<td valign="top">casesensitive</td> <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>true</code>|<code>yes</code>|<code>on</code> or
<code>false</code>|<code>no</code>|<code>off</code>).</td> <code>false</code>|<code>no</code>|<code>off</code>).</td>
<td valign="top" align="center">No; defaults to true.</td> <td valign="top" align="center">No; defaults to true.</td>


Loading…
Cancel
Save