bodewig     2003/05/09 06:41:04

  Modified:    .        WHATSNEW
               docs/manual/CoreTasks concat.html
  Log:
  Spelling
  
  Revision  Changes    Path
  1.413     +1 -1      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.412
  retrieving revision 1.413
  diff -u -r1.412 -r1.413
  --- WHATSNEW  9 May 2003 13:32:06 -0000       1.412
  +++ WHATSNEW  9 May 2003 13:41:03 -0000       1.413
  @@ -309,7 +309,7 @@
     properties.
   
   * <concat> can now control the encoding of the output as well and optionally
  -  add new-line characters at the end files that get concatenated but
  +  add new-line characters at the end of files that get concatenated but
     don't end in newlines.  Bugzilla Report 12511.
   
   Changes from Ant 1.5.2 to Ant 1.5.3
  
  
  
  1.9       +1 -1      ant/docs/manual/CoreTasks/concat.html
  
  Index: concat.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/concat.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- concat.html       9 May 2003 13:32:07 -0000       1.8
  +++ concat.html       9 May 2003 13:41:04 -0000       1.9
  @@ -115,7 +115,7 @@
              <li>unix: a single LF</li>
              <li>dos: the pair CRLF</li>
            </ul>
  -            The default is &quot;platform&quot;.
  +            The default is platform dependent.
               For Unix platforms, the default is &quot;lf&quot;.
            For DOS based systems (including Windows),
               the default is &quot;crlf&quot;. 
  
  
  

Reply via email to