You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by um...@apache.org on 2001/12/06 19:31:39 UTC

cvs commit: jakarta-ant WHATSNEW

umagesh     01/12/06 10:31:39

  Modified:    .        WHATSNEW
  Log:
  Changes to <move> noted.
  
  Revision  Changes    Path
  1.186     +6 -0      jakarta-ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -r1.185 -r1.186
  --- WHATSNEW	2001/12/06 09:11:16	1.185
  +++ WHATSNEW	2001/12/06 18:31:39	1.186
  @@ -62,6 +62,12 @@
   
   Other changes:
   --------------
  +* <move> attempts to rename the directory, if everything inside it is
  +  included, before performing file-by-file moves.  This attempt will
  +  be done only if filtering is off and if mappers are not used.  This
  +  is a performance improvement and there is no change otherwise in
  +  the funtionality of this task.
  +
   * Exec task has extra attribute "resultproperty" to get the return code
     into a property.
     
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>