mbenson 2005/03/10 08:13:54 Modified: . WHATSNEW Log: merge condition else="" to 1.6 branch Revision Changes Path 1.769 +4 -4 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.768 retrieving revision 1.769 diff -u -r1.768 -r1.769 --- WHATSNEW 10 Mar 2005 14:21:24 -0000 1.768 +++ WHATSNEW 10 Mar 2005 16:13:54 -0000 1.769 @@ -100,10 +100,6 @@ * 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 <xor> condition for exclusive-or combining of nested conditions. @@ -254,6 +250,10 @@ * 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: -----------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]