diff --git a/WHATSNEW b/WHATSNEW index 2927efe62..11cf9de08 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -89,6 +89,10 @@ 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. + Changes from Ant 1.6.2 to current Ant 1.6 CVS version ===================================================== diff --git a/docs/manual/CoreTasks/condition.html b/docs/manual/CoreTasks/condition.html index 78a00c6d6..33e571b7c 100644 --- a/docs/manual/CoreTasks/condition.html +++ b/docs/manual/CoreTasks/condition.html @@ -36,6 +36,14 @@ you must specify exactly one condition.
"true".All conditions to test are specified as nested elements, for a @@ -80,7 +88,7 @@ in the Unix family as well.
operating system is SunOS and if it is running on a sparc architecture.Copyright © 2001-2002 Apache Software +
Copyright © 2001-2002, 2005 Apache Software Foundation. All rights Reserved.