Browse Source

now 1.8.0

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

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

@@ -16,10 +16,11 @@
<fail>
<condition>
<not>
<antversion exactly="1.8.0" />
<antversion exactly="1.7.1" />
</not>
</condition>
Should be exactly 1.7.1
Should be exactly 1.8.0
</fail>
</target>


Loading…
Cancel
Save