You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/01/08 06:28:21 UTC

svn commit: r897099 - /ant/core/trunk/WHATSNEW

Author: bodewig
Date: Fri Jan  8 05:28:11 2010
New Revision: 897099

URL: http://svn.apache.org/viewvc?rev=897099&view=rev
Log:
componentdef clarification

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=897099&r1=897098&r2=897099&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Fri Jan  8 05:28:11 2010
@@ -43,13 +43,13 @@
 
  * Added a restricted form of typedef called <componentdef>. 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 <touch> task when a <mapper> is used, the millis and