From c2b495458c2c71f438084e249f49a0eb6dfb37dd Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 10 Mar 2005 16:13:54 +0000 Subject: [PATCH] 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 --- WHATSNEW | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index f98f536f3..f1b25daaa 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -100,10 +100,6 @@ Other changes: * 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 condition, for inline scripted conditions * Added 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 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: -----------