ehatcher 02/03/26 16:38:03
Modified: docs/manual/CoreTypes patternset.html
src/testcases/org/apache/tools/ant/types PatternSetTest.java
Log:
documented (not sufficiently, but its at least a start) the new nesting
patternset and corrected copyright
Revision Changes Path
1.9 +4 -1 jakarta-ant/docs/manual/CoreTypes/patternset.html
Index: patternset.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/patternset.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- patternset.html 3 Feb 2002 22:11:39 -0000 1.8
+++ patternset.html 27 Mar 2002 00:38:02 -0000 1.9
@@ -106,6 +106,9 @@
<td align="center" valign="top">No</td>
</tr>
</table>
+<h4><code>patternset</code></h4>
+<p>Patternsets may be nested within one another, adding the nested
+patterns to the parent patternset.</p>
<h3>Examples</h3>
<blockquote><pre>
<patternset id="non.test.sources" >
@@ -160,7 +163,7 @@
<code>some-other-file</code> points to, if a property of that name has
been defined.</p>
<hr>
-<p align="center">Copyright © 2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2001-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
1.7 +1 -1
jakarta-ant/src/testcases/org/apache/tools/ant/types/PatternSetTest.java
Index: PatternSetTest.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/types/PatternSetTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternSetTest.java 26 Mar 2002 22:52:31 -0000 1.6
+++ PatternSetTest.java 27 Mar 2002 00:38:02 -0000 1.7
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>