Author: peterreilly Date: Tue Aug 21 02:42:22 2007 New Revision: 568040 URL: http://svn.apache.org/viewvc?rev=568040&view=rev Log: adding componentdef to WHATSNEW
Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=568040&r1=568039&r2=568040&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Tue Aug 21 02:42:22 2007 @@ -10,6 +10,17 @@ task for registering delegates and/or replacing the registered PropertyHelper instance. Bugzilla report 42736. +* 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. + Bugzilla report 40511. + Fixed bugs: ----------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]