Browse Source

bump version

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@908033 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
481cb3fc26
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/testcases/taskdefs/conditions/antversion.xml

+ 3
- 3
src/etc/testcases/taskdefs/conditions/antversion.xml View File

@@ -32,10 +32,10 @@
<fail>
<condition>
<not>
<antversion exactly="1.8.0" />
<antversion exactly="1.8.1" />
</not>
</condition>
Should be exactly 1.8.0
Should be exactly 1.8.1

</fail>
</target>
@@ -63,4 +63,4 @@
Should be exactly 1.9.0
</fail>
</target>
</project>
</project>

Loading…
Cancel
Save