Browse Source

merge condition else="" to 1.6 branch

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277884 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
c2b495458c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      WHATSNEW

+ 4
- 4
WHATSNEW View File

@@ -100,10 +100,6 @@ Other changes:


* Added clone task. Bugzilla report 32631. * Added clone task. Bugzilla report 32631.


* Add else attribute to the condition task, which specifies an
optional alternate value to set the property to if the nested
condition evaluates to false. Bugzilla report 33074.
* Added <scriptcondition> condition, for inline scripted conditions * Added <scriptcondition> condition, for inline scripted conditions


* Added <xor> condition for exclusive-or combining of nested conditions. * Added <xor> condition for exclusive-or combining of nested conditions.
@@ -254,6 +250,10 @@ Other changes:
* Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env * Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env
variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at. variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at.


* Add else attribute to the condition task, which specifies an
optional alternate value to set the property to if the nested
condition evaluates to false. Bugzilla report 33074.
Fixed bugs: Fixed bugs:
----------- -----------




Loading…
Cancel
Save