Browse Source

Added blurbs about <propertyfile>. The "never" removal may change before release, depending on feedback from this change.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271504 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
d382599b16
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      WHATSNEW

+ 6
- 0
WHATSNEW View File

@@ -31,6 +31,9 @@ Changes that could break older environments:
* The pattern definition **/._* has been included into the Default * The pattern definition **/._* has been included into the Default
Excludes list. Excludes list.
* <propertyfile>'s <entry> element was modified to remove "never" as a value
as its behavior was undocumented and flakey.




Fixed bugs: Fixed bugs:
@@ -166,6 +169,9 @@ Other changes:
* The compiler implementation for javac can now be chosen on a task by * The compiler implementation for javac can now be chosen on a task by
task basis. Use the new compiler attribute of <javac> to override task basis. Use the new compiler attribute of <javac> to override
the build.compiler property. the build.compiler property.
* <propertyfile>'s <entry> now has a 'unit' attribute to specify the
increment/decrement unit on date operations.


Changes from Ant 1.4 to Ant 1.4.1 Changes from Ant 1.4 to Ant 1.4.1
=========================================== ===========================================


Loading…
Cancel
Save