Author: peterreilly Date: Mon Sep 25 14:37:19 2006 New Revision: 449824 URL: http://svn.apache.org/viewvc?view=rev&rev=449824 Log: Bugzilla 28883 add <matches> condition.
Modified: ant/core/trunk/CONTRIBUTORS ant/core/trunk/WHATSNEW ant/core/trunk/contributors.xml ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Modified: ant/core/trunk/CONTRIBUTORS URL: http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== Binary files - no diff available. Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Mon Sep 25 14:37:19 2006 @@ -32,6 +32,8 @@ * Some performance improvements, including Bugzilla report 25778. +* Add <matches> condition. Bugzilla report 28883. + Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2 ============================================= Modified: ant/core/trunk/contributors.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== --- ant/core/trunk/contributors.xml (original) +++ ant/core/trunk/contributors.xml Mon Sep 25 14:37:19 2006 @@ -751,6 +751,10 @@ <last>Galbraith</last> </name> <name> + <first>Paul</first> + <last>King</last> + </name> + <name> <first>Paulo</first> <last>Gaspar</last> </name> Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Mon Sep 25 14:37:19 2006 @@ -64,6 +64,8 @@ classname="org.apache.tools.ant.taskdefs.condition.IsTrue"/> <typedef name="not" onerror="ignore" classname="org.apache.tools.ant.taskdefs.condition.Not"/> + <typedef name="matches" onerror="ignore" + classname="org.apache.tools.ant.taskdefs.condition.Matches"/> <typedef name="or" onerror="ignore" classname="org.apache.tools.ant.taskdefs.condition.Or"/> <typedef name="os" onerror="ignore" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]