diff --git a/docs/manual/CoreTasks/filter.html b/docs/manual/CoreTasks/filter.html index b6e720432..befe4971f 100644 --- a/docs/manual/CoreTasks/filter.html +++ b/docs/manual/CoreTasks/filter.html @@ -48,14 +48,14 @@ filtersfile attribute.

<fileset dir="${src.dir}"/> </copy>

will copy recursively all the files from the src.dir directory into -the dest.dir directory replacing all the occurences of the string @year@ +the dest.dir directory replacing all the occurrences of the string @year@ with 2000.

  <filter filtersfile="deploy_env.properties"/>
will read all property entries from the deploy_env.properties file and set these as filters.
-

Copyright © 2001 Apache Software Foundation. All rights +

Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.