conor 01/02/17 01:44:22
Modified: docs/manual/CoreTasks Tag: ANT_13_BRANCH filter.html Log: fix up filtersfile documentation Revision Changes Path No revision No revision 1.1.2.3 +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.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- filter.html 2001/02/10 23:35:00 1.1.2.2 +++ filter.html 2001/02/17 09:44:22 1.1.2.3 @@ -15,7 +15,7 @@ through the Project commodity methods.</p> <p>Note 1: the token string must not contain the separators chars (@).<br> Note 2: Either token and value attributes must be provided, or only the -filterfile attribute.</p> +filtersfile attribute.</p> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> @@ -50,7 +50,7 @@ <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> with <i>2000.</i></p> -<pre> <filter filterfile="deploy_env.properties"/></pre> +<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.
