From 4aa424ed3a5dac0779b9e62b06ff3c9f94f06404 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 8 Jan 2010 05:28:11 +0000 Subject: [PATCH] componentdef clarification git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@897099 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index d35adc6bb..d3fbee467 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -43,13 +43,13 @@ Changes that could break older environments: * Added a restricted form of typedef called . This allows definition of elements that can only be within tasks or - types. This method is now used to define conditions, selectors and - selectors. This means that tasks may now have nested conditions - just by implementing the Condition interface, rather than extending - ConditionBase. It also means that the use of namespaces for some of - the selectors introduced in Ant 1.7.0 is no longer necessary. - Implementing this means that the DynamicElement work-around - introduced in Ant 1.7.0 has been removed. + types. This method is now used to define conditions, selectors, + comparators and filterreaders. This means that tasks may now have + nested conditions just by implementing the Condition interface, + rather than extending ConditionBase. It also means that the use of + namespaces for some of the selectors introduced in Ant 1.7.0 is no + longer necessary. Implementing this means that the DynamicElement + work-around introduced in Ant 1.7.0 has been removed. Bugzilla Report 40511. * In the task when a is used, the millis and