From 7114de8f2bd61409a321b5771f748e35daa13172 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 12 Apr 2002 15:26:22 +0000 Subject: [PATCH] typo. PR: 8019 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272413 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/filter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.