From 821f6378b7d93edce3e3cc99b367ef7107e9283f Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sat, 20 Dec 2003 13:25:55 +0000 Subject: [PATCH] typo Submitted by: Yuji Yamano git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275825 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/filterchain.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 070a73a7b..5bef6111a 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -23,12 +23,12 @@ had to create special attributes:

<copy file="foo" tofile="bar" head="10" contains="blee"/>

The obvious problem thus surfaced: Ant tasks would not be able -to accomodate such data transformation attributes as they would +to accommodate such data transformation attributes as they would be endless. The task would also not know in which order these attributes were to be interpreted. That is, must the task execute the contains attribute first and then the head attribute or vice-versa? What Ant tasks needed was a mechanism to allow pluggable filter (data -tranformer) chains. Ant would provide a few filters for which there +transformer) chains. Ant would provide a few filters for which there have been repeated requests. Users with special filtering needs would be able to easily write their own and plug them in.

@@ -1344,4 +1344,4 @@ This may be used as follows:


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

\ No newline at end of file +Reserved.