Browse Source

grammar

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@945025 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
25968eb0c5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      WHATSNEW

+ 2
- 2
WHATSNEW View File

@@ -5,8 +5,8 @@ Changes that could break older environments:
------------------------------------------- -------------------------------------------


* Prior to Ant 1.8.0 the <copy> task and several other tasks would * 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 consistently won't replace a read-only file by default. The same is
true for a number of other tasks. true for a number of other tasks.
The <copy>, <move> and <echo> tasks now have a new force attribute The <copy>, <move> and <echo> tasks now have a new force attribute


Loading…
Cancel
Save