bodewig 2002/06/20 02:40:31
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH chmod.html
copydir.html delete.html ear.html fixcrlf.html
jar.html javac.html replace.html rmic.html
style.html tar.html war.html zip.html
docs/manual/CoreTypes Tag: ANT_15_BRANCH dirset.html
fileset.html patternset.html
docs/manual/OptionalTasks Tag: ANT_15_BRANCH cab.html
dotnet.html native2ascii.html netrexxc.html
renameextensions.html
Log:
Fix documentation of Patternset#set(In|Ex)cludes wherever I've found
it in the manual.
PR: 10044
Revision Changes Path
No revision
No revision
1.7.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/chmod.html
Index: chmod.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/chmod.html,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- chmod.html 3 May 2002 09:40:28 -0000 1.7.2.1
+++ chmod.html 20 Jun 2002 09:40:30 -0000 1.7.2.2
@@ -43,13 +43,13 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.5.2.2 +3 -3 jakarta-ant/docs/manual/CoreTasks/copydir.html
Index: copydir.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/copydir.html,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- copydir.html 3 May 2002 09:40:28 -0000 1.5.2.1
+++ copydir.html 20 Jun 2002 09:40:30 -0000 1.5.2.2
@@ -45,7 +45,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -57,7 +57,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -112,7 +112,7 @@
<p>copies the directory <code>${src}/resources</code> to <code>${dist}</code>
recursively. All java files are copied, except for the files under the
<code>mypackage/test</code>
directory.</p>
-<hr><p align="center">Copyright © 2000-2001 Apache Software Foundation.
All rights
+<hr><p align="center">Copyright © 2000-2002 Apache Software Foundation.
All rights
Reserved.</p>
</body>
1.15.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/delete.html
Index: delete.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/delete.html,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -r1.15.2.1 -r1.15.2.2
--- delete.html 3 May 2002 09:40:28 -0000 1.15.2.1
+++ delete.html 20 Jun 2002 09:40:30 -0000 1.15.2.2
@@ -94,7 +94,7 @@
<tr>
<td valign="top">includes</td>
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>.
- Comma-separated list of patterns of
+ Comma- or space-separated list of patterns of
files that must be deleted. All files are relative to the directory
specified in <code>dir</code>.
</td>
@@ -110,7 +110,7 @@
<tr>
<td valign="top">excludes</td>
<td valign="top"><em>Deprecated.</em> Use <code><fileset></code>.
- Comma-separated list of patterns of
+ Comma- or space-separated list of patterns of
files that must be excluded from the deletion list.
All files are relative to the directory specified in <code>dir</code>.
No files (except default excludes) are excluded when omitted.</td>
1.12.2.1 +2 -2 jakarta-ant/docs/manual/CoreTasks/ear.html
Index: ear.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/ear.html,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -r1.12 -r1.12.2.1
--- ear.html 3 Feb 2002 22:00:42 -0000 1.12
+++ ear.html 20 Jun 2002 09:40:30 -0000 1.12.2.1
@@ -58,7 +58,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -70,7 +70,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.9.2.2 +3 -3 jakarta-ant/docs/manual/CoreTasks/fixcrlf.html
Index: fixcrlf.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/fixcrlf.html,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- fixcrlf.html 3 May 2002 09:40:28 -0000 1.9.2.1
+++ fixcrlf.html 20 Jun 2002 09:40:30 -0000 1.9.2.2
@@ -61,7 +61,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -73,7 +73,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -267,7 +267,7 @@
DOS systems, and are removed if run on Unix systems.
You never know what editor a user will use to browse README's.</p>
<hr>
-<p align="center">Copyright © 2000-2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
1.16.2.4 +2 -2 jakarta-ant/docs/manual/CoreTasks/jar.html
Index: jar.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/jar.html,v
retrieving revision 1.16.2.3
retrieving revision 1.16.2.4
diff -u -r1.16.2.3 -r1.16.2.4
--- jar.html 22 May 2002 11:29:55 -0000 1.16.2.3
+++ jar.html 20 Jun 2002 09:40:30 -0000 1.16.2.4
@@ -88,7 +88,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -100,7 +100,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.33.2.6 +2 -2 jakarta-ant/docs/manual/CoreTasks/javac.html
Index: javac.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v
retrieving revision 1.33.2.5
retrieving revision 1.33.2.6
diff -u -r1.33.2.5 -r1.33.2.6
--- javac.html 19 Jun 2002 15:49:51 -0000 1.33.2.5
+++ javac.html 20 Jun 2002 09:40:30 -0000 1.33.2.6
@@ -119,7 +119,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">Comma-separated list of files (may be specified using
+ <td valign="top">Comma- or space-separated list of files (may be
specified using
wildcard patterns) that must be
included; all <code>.java</code> files are included when omitted.</td>
<td valign="top" align="center">No</td>
@@ -132,7 +132,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">Comma-separated list of files (may be specified using
+ <td valign="top">Comma- or space-separated list of files (may be
specified using
wildcard patterns) that must be excluded; no files (except default
excludes) are excluded when omitted.</td>
<td valign="top" align="center">No</td>
1.8.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/replace.html
Index: replace.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/replace.html,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- replace.html 3 May 2002 09:40:28 -0000 1.8.2.1
+++ replace.html 20 Jun 2002 09:40:30 -0000 1.8.2.2
@@ -70,7 +70,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -82,7 +82,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.10.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/rmic.html
Index: rmic.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/rmic.html,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -r1.10.2.1 -r1.10.2.2
--- rmic.html 3 May 2002 09:40:28 -0000 1.10.2.1
+++ rmic.html 20 Jun 2002 09:40:30 -0000 1.10.2.2
@@ -90,7 +90,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -102,7 +102,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.18.2.3 +2 -2 jakarta-ant/docs/manual/CoreTasks/style.html
Index: style.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/style.html,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -r1.18.2.2 -r1.18.2.3
--- style.html 24 May 2002 15:47:57 -0000 1.18.2.2
+++ style.html 20 Jun 2002 09:40:30 -0000 1.18.2.3
@@ -103,7 +103,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
included.
+ <td valign="top">comma- or space-separated list of patterns of files
that must be included.
All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -115,7 +115,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
excluded.
+ <td valign="top">comma- or space-separated list of patterns of files
that must be excluded.
No files (except default excludes) are excluded when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.16.2.3 +2 -2 jakarta-ant/docs/manual/CoreTasks/tar.html
Index: tar.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/tar.html,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -r1.16.2.2 -r1.16.2.3
--- tar.html 20 Jun 2002 07:37:59 -0000 1.16.2.2
+++ tar.html 20 Jun 2002 09:40:30 -0000 1.16.2.3
@@ -71,7 +71,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -83,7 +83,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.13.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/war.html
Index: war.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/war.html,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -r1.13.2.1 -r1.13.2.2
--- war.html 3 May 2002 09:40:29 -0000 1.13.2.1
+++ war.html 20 Jun 2002 09:40:30 -0000 1.13.2.2
@@ -60,7 +60,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -72,7 +72,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.12.2.2 +2 -2 jakarta-ant/docs/manual/CoreTasks/zip.html
Index: zip.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/zip.html,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -r1.12.2.1 -r1.12.2.2
--- zip.html 3 May 2002 09:40:29 -0000 1.12.2.1
+++ zip.html 20 Jun 2002 09:40:30 -0000 1.12.2.2
@@ -89,7 +89,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -101,7 +101,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
No revision
No revision
1.4.2.2 +2 -2 jakarta-ant/docs/manual/CoreTypes/dirset.html
Index: dirset.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/dirset.html,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- dirset.html 10 May 2002 12:53:57 -0000 1.4.2.1
+++ dirset.html 20 Jun 2002 09:40:31 -0000 1.4.2.2
@@ -34,7 +34,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">A comma-separated list of patterns of directories that
+ <td valign="top">A comma- or space-separated list of patterns of
directories that
must be included; all directories are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -46,7 +46,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">A comma-separated list of patterns of directories that
+ <td valign="top">A comma- or space-separated list of patterns of
directories that
must be excluded; no directories are excluded when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.12.2.3 +2 -2 jakarta-ant/docs/manual/CoreTypes/fileset.html
Index: fileset.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/fileset.html,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -r1.12.2.2 -r1.12.2.3
--- fileset.html 10 May 2002 12:53:57 -0000 1.12.2.2
+++ fileset.html 20 Jun 2002 09:40:31 -0000 1.12.2.3
@@ -40,7 +40,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma-separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included; all files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -52,7 +52,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma-separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded; no files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
</tr>
1.9.2.2 +2 -2 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.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- patternset.html 3 May 2002 09:40:30 -0000 1.9.2.1
+++ patternset.html 20 Jun 2002 09:40:31 -0000 1.9.2.2
@@ -26,7 +26,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma-separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
</tr>
<tr>
@@ -37,7 +37,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma-separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded; no files (except default excludes) are excluded when
omitted.</td>
</tr>
<tr>
No revision
No revision
1.5.2.2 +3 -3 jakarta-ant/docs/manual/OptionalTasks/cab.html
Index: cab.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/cab.html,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- cab.html 3 May 2002 09:40:30 -0000 1.5.2.1
+++ cab.html 20 Jun 2002 09:40:31 -0000 1.5.2.2
@@ -61,7 +61,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that
+ <td valign="top">comma- or space-separated list of patterns of files that
must be included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -73,7 +73,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that
+ <td valign="top">comma- or space-separated list of patterns of files that
must be excluded. No files (except default excludes) are excluded
when omitted.</td>
<td valign="top" align="center">No</td>
@@ -122,7 +122,7 @@
excluded. Output from the cabarc tool is displayed in the build
output.</p>
<hr>
-<p align="center">Copyright © 2000-2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
1.8.2.1 +2 -2 jakarta-ant/docs/manual/OptionalTasks/dotnet.html
Index: dotnet.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/dotnet.html,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- dotnet.html 11 Apr 2002 07:28:12 -0000 1.8
+++ dotnet.html 20 Jun 2002 09:40:31 -0000 1.8.2.1
@@ -75,7 +75,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
</tr>
<tr>
@@ -112,7 +112,7 @@
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
</tr>
<tr>
1.5.2.2 +3 -3 jakarta-ant/docs/manual/OptionalTasks/native2ascii.html
Index: native2ascii.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/native2ascii.html,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- native2ascii.html 3 May 2002 09:40:31 -0000 1.5.2.1
+++ native2ascii.html 20 Jun 2002 09:40:31 -0000 1.5.2.2
@@ -83,7 +83,7 @@
</tr>
<tr>
<td>includes</td>
- <td>comma separated list of patterns of files that must be
+ <td>comma- or space-separated list of patterns of files that must be
included. All files are included when omitted.</td>
<td align="center">No</td>
</tr>
@@ -95,7 +95,7 @@
</tr>
<tr>
<td>excludes</td>
- <td>comma separated list of patterns of files that must be excluded.
+ <td>comma- or space-separated list of patterns of files that must be
excluded.
No files (except default excludes) are excluded when omitted.</td>
<td align="center">No</td>
</tr>
@@ -133,6 +133,6 @@
</p>
</body>
<hr>
-<p align="center">Copyright © 2000-2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
Reserved.</p>
</html>
1.6.2.2 +3 -3 jakarta-ant/docs/manual/OptionalTasks/netrexxc.html
Index: netrexxc.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/netrexxc.html,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- netrexxc.html 3 May 2002 09:40:31 -0000 1.6.2.1
+++ netrexxc.html 20 Jun 2002 09:40:31 -0000 1.6.2.2
@@ -116,7 +116,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
@@ -141,7 +141,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -307,7 +307,7 @@
</p>
</blockquote>
<hr>
-<p align="center">Copyright © 2000-2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
1.5.2.2 +3 -3
jakarta-ant/docs/manual/OptionalTasks/renameextensions.html
Index: renameextensions.html
===================================================================
RCS file:
/home/cvs/jakarta-ant/docs/manual/OptionalTasks/renameextensions.html,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- renameextensions.html 3 May 2002 09:40:31 -0000 1.5.2.1
+++ renameextensions.html 20 Jun 2002 09:40:31 -0000 1.5.2.2
@@ -41,7 +41,7 @@
</tr>
<tr>
<td valign="top">excludes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
excluded. No files (except default excludes) are excluded when
omitted.</td>
<td valign="top" align="center">No</td>
@@ -59,7 +59,7 @@
</tr>
<tr>
<td valign="top">includes</td>
- <td valign="top">comma separated list of patterns of files that must be
+ <td valign="top">comma- or space-separated list of patterns of files
that must be
included. All files are included when omitted.</td>
<td valign="top" align="center">No</td>
</tr>
@@ -100,7 +100,7 @@
</blockquote>
<hr>
-<p align="center">Copyright © 2000-2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
Reserved.</p>
</body>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>