Browse Source

typo

Submitted by: Yuji Yamano


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275825 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
821f6378b7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTypes/filterchain.html

+ 3
- 3
docs/manual/CoreTypes/filterchain.html View File

@@ -23,12 +23,12 @@ had to create special attributes:<P>
&lt;copy file=&quot;foo&quot; tofile=&quot;bar&quot; head=&quot;10&quot; contains=&quot;blee&quot;/&gt;
</code><P>
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.<P>

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

<P align=center>Copyright &copy; 2002-2003 Apache Software Foundation. All rights
Reserved.</P></BODY></HTML>
Reserved.</P></BODY></HTML>

Loading…
Cancel
Save