bodewig 02/04/12 08:26:22
Modified: docs/manual/CoreTasks filter.html
Log:
typo.
PR: 8019
Revision Changes Path
1.8 +2 -2 jakarta-ant/docs/manual/CoreTasks/filter.html
Index: filter.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/filter.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- filter.html 3 Feb 2002 22:00:42 -0000 1.7
+++ filter.html 12 Apr 2002 15:26:22 -0000 1.8
@@ -48,14 +48,14 @@
<fileset dir="${src.dir}"/>
</copy></pre>
<p>will copy recursively all the files from the <i>src.dir</i> directory into
-the <i>dest.dir</i> directory replacing all the occurences of the string
<i>@year@</i>
+the <i>dest.dir</i> directory replacing all the occurrences of the string
<i>@year@</i>
with <i>2000.</i></p>
<pre> <filter filtersfile="deploy_env.properties"/></pre>
will read all property entries from the <i>deploy_env.properties</i> file
and set these as filters.
<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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>