You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/05/17 10:46:34 UTC

svn commit: r945025 - /ant/core/trunk/WHATSNEW

Author: bodewig
Date: Mon May 17 08:46:33 2010
New Revision: 945025

URL: http://svn.apache.org/viewvc?rev=945025&view=rev
Log:
grammar

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=945025&r1=945024&r2=945025&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon May 17 08:46:33 2010
@@ -5,8 +5,8 @@ Changes that could break older environme
 -------------------------------------------
 
  * Prior to Ant 1.8.0 the <copy> task and several other tasks would
-   overwrite read-only destination files.  Starting with 1.8.0 it
-   would only do so if under special circumstances.  Ant 1.8.2 now
+   overwrite read-only destination files.  Starting with 1.8.0 they
+   would only do so under special circumstances.  Ant 1.8.2 now
    consistently won't replace a read-only file by default. The same is
    true for a number of other tasks.
    The <copy>, <move> and <echo> tasks now have a new force attribute