git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449824 13f79535-47bb-0310-9956-ffa450edef68master
@@ -188,6 +188,7 @@ Patrick Martin | |||||
Paul Austin | Paul Austin | ||||
Paul Christmann | Paul Christmann | ||||
Paul Galbraith | Paul Galbraith | ||||
Paul King | |||||
Paulo Gaspar | Paulo Gaspar | ||||
Peter B. West | Peter B. West | ||||
Peter Donald | Peter Donald | ||||
@@ -32,6 +32,8 @@ Other changes: | |||||
* Some performance improvements, including Bugzilla report 25778. | * Some performance improvements, including Bugzilla report 25778. | ||||
* Add <matches> condition. Bugzilla report 28883. | |||||
Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2 | Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2 | ||||
============================================= | ============================================= | ||||
@@ -750,6 +750,10 @@ | |||||
<first>Paul</first> | <first>Paul</first> | ||||
<last>Galbraith</last> | <last>Galbraith</last> | ||||
</name> | </name> | ||||
<name> | |||||
<first>Paul</first> | |||||
<last>King</last> | |||||
</name> | |||||
<name> | <name> | ||||
<first>Paulo</first> | <first>Paulo</first> | ||||
<last>Gaspar</last> | <last>Gaspar</last> | ||||
@@ -64,6 +64,8 @@ | |||||
classname="org.apache.tools.ant.taskdefs.condition.IsTrue"/> | classname="org.apache.tools.ant.taskdefs.condition.IsTrue"/> | ||||
<typedef name="not" onerror="ignore" | <typedef name="not" onerror="ignore" | ||||
classname="org.apache.tools.ant.taskdefs.condition.Not"/> | 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" | <typedef name="or" onerror="ignore" | ||||
classname="org.apache.tools.ant.taskdefs.condition.Or"/> | classname="org.apache.tools.ant.taskdefs.condition.Or"/> | ||||
<typedef name="os" onerror="ignore" | <typedef name="os" onerror="ignore" | ||||