diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b732bb212..115bbeef1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -188,6 +188,7 @@ Patrick Martin Paul Austin Paul Christmann Paul Galbraith +Paul King Paulo Gaspar Peter B. West Peter Donald diff --git a/WHATSNEW b/WHATSNEW index ae34ab1af..50c9cfb55 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -32,6 +32,8 @@ Other changes: * Some performance improvements, including Bugzilla report 25778. +* Add condition. Bugzilla report 28883. + Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2 ============================================= diff --git a/contributors.xml b/contributors.xml index 2b8bafaa7..6b6efaf44 100644 --- a/contributors.xml +++ b/contributors.xml @@ -750,6 +750,10 @@ Paul Galbraith + + Paul + King + Paulo Gaspar diff --git a/src/main/org/apache/tools/ant/types/conditions/antlib.xml b/src/main/org/apache/tools/ant/types/conditions/antlib.xml index 135982490..8c298374f 100644 --- a/src/main/org/apache/tools/ant/types/conditions/antlib.xml +++ b/src/main/org/apache/tools/ant/types/conditions/antlib.xml @@ -64,6 +64,8 @@ classname="org.apache.tools.ant.taskdefs.condition.IsTrue"/> +