mbenson     2004/10/15 10:09:18

  Modified:    docs/manual/CoreTypes Tag: ANT_16_BRANCH filterchain.html
  Log:
  Merge
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.13.2.7  +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.13.2.6
  retrieving revision 1.13.2.7
  diff -u -r1.13.2.6 -r1.13.2.7
  --- filterchain.html  22 Apr 2004 10:02:09 -0000      1.13.2.6
  +++ filterchain.html  15 Oct 2004 17:09:18 -0000      1.13.2.7
  @@ -280,7 +280,7 @@
   </PRE></BLOCKQUOTE>
   
   This stores the first 15 lines, skipping the first 2 lines, of the supplied 
data
  -in the porperty ${src.file.head}. (Means: lines 3-17)
  +in the property ${src.file.head}. (Means: lines 3-17)
   <BLOCKQUOTE><PRE>
   &lt;loadfile srcfile=&quot;${src.file}&quot; 
property=&quot;${src.file.head}&quot;&gt;
     &lt;filterchain&gt;
  @@ -769,7 +769,7 @@
   
   
   This stores the last 10 lines, skipping the last 2 lines, of the supplied 
data
  -in the porperty ${src.file.head}. (Means: if supplied data contains 60 lines,
  +in the property ${src.file.head}. (Means: if supplied data contains 60 lines,
   lines 49-58 are extracted)
   <BLOCKQUOTE><PRE>
   &lt;loadfile srcfile=&quot;${src.file}&quot; 
property=&quot;${src.file.head}&quot;&gt;
  @@ -1344,4 +1344,4 @@
   <HR>
   
   <P align=center>Copyright &copy; 2002-2004 The 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