Browse Source

typo.

PR: 8019


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272413 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
7114de8f2b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/filter.html

+ 2
- 2
docs/manual/CoreTasks/filter.html View File

@@ -48,14 +48,14 @@ filtersfile attribute.</p>
&lt;fileset dir=&quot;${src.dir}&quot;/&gt;
&lt;/copy&gt;</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> &lt;filter filtersfile=&quot;deploy_env.properties&quot;/&gt;</pre>
will read all property entries from the <i>deploy_env.properties</i> file
and set these as filters.

<hr>
<p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save