mbenson 2004/11/18 10:02:34 Modified: docs/manual/CoreTypes Tag: ANT_16_BRANCH filterchain.html Log: Merge Revision Changes Path No revision No revision 1.13.2.9 +3 -3 ant/docs/manual/CoreTypes/filterchain.html Index: filterchain.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTypes/filterchain.html,v retrieving revision 1.13.2.8 retrieving revision 1.13.2.9 diff -u -r1.13.2.8 -r1.13.2.9 --- filterchain.html 16 Nov 2004 08:13:34 -0000 1.13.2.8 +++ filterchain.html 18 Nov 2004 18:02:33 -0000 1.13.2.9 @@ -421,7 +421,7 @@ <H4>Example:</H4> -This replaces occurences of the string @DATE@ in the data +This replaces occurrences of the string @DATE@ in the data with today's date and stores it in the property ${src.file.replaced} <BLOCKQUOTE><PRE> <tstamp/> @@ -968,7 +968,7 @@ careful not to use this on very large input. <H4>Examples:</H4> -Replace the first occurance of package with //package. +Replace the first occurrence of package with //package. <BLOCKQUOTE><PRE> <tokenfilter> <filetokenizer/> @@ -1136,7 +1136,7 @@ </TABLE> <H4>Examples:</H4> -Replace all occurances of "hello" with "world", ignoring case. +Replace all occurrences of "hello" with "world", ignoring case. <BLOCKQUOTE><PRE> <tokenfilter>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]