Browse Source

adapt to version change

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

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

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

</fail>
</target>


Loading…
Cancel
Save