bodewig 2002/08/08 00:49:26
Modified: docs/manual/CoreTypes selectors-program.html selectors.html
Log:
add copyright line, remove stray ^Ms
Revision Changes Path
1.4 +16 -12 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- selectors-program.html 8 Aug 2002 05:47:27 -0000 1.3
+++ selectors-program.html 8 Aug 2002 07:49:26 -0000 1.4
@@ -1,24 +1,24 @@
<html>
<head>
- <meta http-equiv="Content-Language" content="en-us">
- <title>Programming Selectors in Ant</title>
- </head>
-
+ <meta http-equiv="Content-Language" content="en-us">
+ <title>Programming Selectors in Ant</title>
+ </head>
+
<body>
<h2>Programming your own Selectors</h2>
- <h3>Selector Programming API</h3>
-
- <p>Want to define your own selectors? It's easy!</p>
+ <h3>Selector Programming API</h3>
+
+ <p>Want to define your own selectors? It's easy!</p>
- <p>First, pick the type of selector that you want to define. There
+ <p>First, pick the type of selector that you want to define. There
are three types, and a recipe for each one follows. Chances are
you'll want to work with the first one, Custom Selectors.</p>
- <ol>
+ <ol>
<li>Custom Selectors
- <p>This is the category that Ant provides specifically for you
to
+ <p>This is the category that Ant provides specifically for youto
define your own Selectors. Anywhere you want to use your selector
you use the <code><custom></code> element and specify
the class name of your selector within it. See the
@@ -118,6 +118,10 @@
</ul>
</ol>
+ <hr>
+ <p align="center">Copyright © 2002 Apache Software
+ Foundation. All rights Reserved.</p>
+
</body>
-
-</html>
+
+</html>
1.5 +4 -0 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- selectors.html 8 Aug 2002 05:47:27 -0000 1.4
+++ selectors.html 8 Aug 2002 07:49:26 -0000 1.5
@@ -812,6 +812,10 @@
<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>
+
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>