antoine     2003/12/20 05:25:55

  Modified:    docs/manual/CoreTypes filterchain.html
  Log:
  typo
  Submitted by: Yuji Yamano
  
  Revision  Changes    Path
  1.16      +3 -3      ant/docs/manual/CoreTypes/filterchain.html
  
  Index: filterchain.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/filterchain.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- filterchain.html  1 Dec 2003 22:03:25 -0000       1.15
  +++ filterchain.html  20 Dec 2003 13:25:55 -0000      1.16
  @@ -23,12 +23,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>
   
  @@ -1344,4 +1344,4 @@
   <HR>
   
   <P align=center>Copyright &copy; 2002-2003 Apache Software Foundation. All 
rights
  -Reserved.</P></BODY></HTML>
  \ No newline at end of file
  +Reserved.</P></BODY></HTML>
  
  
  

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

Reply via email to