antoine     2003/12/20 05:26:44

  Modified:    docs/manual/CoreTypes Tag: ANT_16_BRANCH filterchain.html
  Log:
  Merge from HEAD
  Typo correction
  Submitted by: Yuji Yamano
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.13.2.4  +2 -2      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.3
  retrieving revision 1.13.2.4
  diff -u -r1.13.2.3 -r1.13.2.4
  --- filterchain.html  12 Nov 2003 09:36:08 -0000      1.13.2.3
  +++ filterchain.html  20 Dec 2003 13:26:44 -0000      1.13.2.4
  @@ -24,12 +24,12 @@
   <copy file="foo" tofile="bar" head="10" 
contains="blee"/>
   </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>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to