Browse Source

Bugzilla 28883 add <matches> condition.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449824 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 19 years ago
parent
commit
b65fcc8a3a
4 changed files with 9 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +2
    -0
      WHATSNEW
  3. +4
    -0
      contributors.xml
  4. +2
    -0
      src/main/org/apache/tools/ant/types/conditions/antlib.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -188,6 +188,7 @@ Patrick Martin
Paul Austin
Paul Christmann
Paul Galbraith
Paul King
Paulo Gaspar
Peter B. West
Peter Donald


+ 2
- 0
WHATSNEW View File

@@ -32,6 +32,8 @@ Other changes:

* Some performance improvements, including Bugzilla report 25778.

* Add <matches> condition. Bugzilla report 28883.


Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2
=============================================


+ 4
- 0
contributors.xml View File

@@ -750,6 +750,10 @@
<first>Paul</first>
<last>Galbraith</last>
</name>
<name>
<first>Paul</first>
<last>King</last>
</name>
<name>
<first>Paulo</first>
<last>Gaspar</last>


+ 2
- 0
src/main/org/apache/tools/ant/types/conditions/antlib.xml View File

@@ -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"


Loading…
Cancel
Save