bodewig 2002/08/08 00:48:46
Modified: docs/manual/CoreTypes Tag: ANT_15_BRANCH
selectors-program.html selectors.html
Log:
merge corrections of selector docs to 1.5 branch
Revision Changes Path
No revision
No revision
1.1.2.3 +4 -4 jakarta-ant/docs/manual/CoreTypes/selectors-program.html
Index: selectors-program.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/selectors-program.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- selectors-program.html 29 May 2002 14:46:05 -0000 1.1.2.2
+++ selectors-program.html 8 Aug 2002 07:48:46 -0000 1.1.2.3
@@ -91,7 +91,7 @@
<code>isSelected()</code> method call <code>validate()</code> and
a BuildException will be thrown with the contents of your error
message. The <code>validate()</code> method also gives you a
- last change to check your settings for consistency because it
+ last chance to check your settings for consistency because it
calls <code>verifySettings()</code>. Override this method and
call <code>setError()</code> within it if you detect any
problems in how your selector is set up.</p>
@@ -133,9 +133,9 @@
</p>
</ul>
-<hr>
-<p align="center">Copyright © 2002 Apache Software
-Foundation. All rights Reserved.</p>
+ <hr>
+ <p align="center">Copyright © 2002 Apache Software
+ Foundation. All rights Reserved.</p>
</body>
1.1.2.6 +12 -11 jakarta-ant/docs/manual/CoreTypes/selectors.html
Index: selectors.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/selectors.html,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -r1.1.2.5 -r1.1.2.6
--- selectors.html 12 Jul 2002 21:05:56 -0000 1.1.2.5
+++ selectors.html 8 Aug 2002 07:48:46 -0000 1.1.2.6
@@ -23,21 +23,21 @@
contain other selectors, and these are called
<a href="#selectcontainers"><code>Selector Containers</code></a>.
There is also a category of selectors that allow
- user-defined extensions, called
+ user-defined extensions, called
<a href="#customselect"><code>Custom Selectors</code></a>.
The ones built in to Ant are called
<a href="#coreselect"><code>Core Selectors</code></a>.
</p>
-
+
<a name="coreselect"></a>
<h3>Core Selectors</h3>
<p>Core selectors are the ones that come standard
with Ant. They can be used within a fileset and can be contained
within Selector Containers.</p>
-
+
<p>The core selectors are:</p>
-
+
<ul>
<li><a href="#containsselect"><contains></a> - Select
files that contain a particular text string
@@ -173,7 +173,7 @@
<h4>Depend Selector</h4>
<p>The <code><depend></code> tag selects files
- whose last modified date is later than another, equivalent file in
+ whose last modified date is later than another, equivalent file in
another location.</p>
<p>The <code><depend></code> tag supports the use of a
@@ -216,7 +216,7 @@
</fileset>
</pre></blockquote>
- <p>Selects all the Java source files which were modified in the
+ <p>Selects all the Java source files which were modified in the
1.5 release.
</p>
@@ -622,7 +622,7 @@
</fileset>
</pre></blockquote>
- <p>Selects all the files in the top directory along with all the
+ <p>Selects all the files in the top directory along with all the
image files below it.
</p>
@@ -631,7 +631,8 @@
<h4>Selector Reference</h4>
<p>The <code><selector></code> tag is used to create selectors
- that can be reused through references. It should be used outside of
+ that can be reused through references. It is the only selector which can
+ be used outside of
any target, as an element of the <code><project></code> tag. It
can contain only one other selector, but of course that selector can
be a container.
@@ -766,9 +767,9 @@
<p>For more details concerning writing your own selectors, consult
<a href="selectors-program.html">Programming Selectors in Ant</a>.</p>
-<hr>
-<p align="center">Copyright © 2002 Apache Software
-Foundation. All rights Reserved.</p>
+ <hr>
+ <p align="center">Copyright © 2002 Apache Software
+ Foundation. All rights Reserved.</p>
</body>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>