git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409343 13f79535-47bb-0310-9956-ffa450edef68master
@@ -5,10 +5,10 @@ | |||||
<fail> | <fail> | ||||
<condition> | <condition> | ||||
<not> | <not> | ||||
<antversion atleast="1.7" /> | |||||
<antversion atleast="1.7alpha" /> | |||||
</not> | </not> | ||||
</condition> | </condition> | ||||
Should be at least 1.7 | |||||
Should be at least 1.7alpha | |||||
</fail> | </fail> | ||||
</target> | </target> | ||||
@@ -16,10 +16,10 @@ | |||||
<fail> | <fail> | ||||
<condition> | <condition> | ||||
<not> | <not> | ||||
<antversion exactly="1.7" /> | |||||
<antversion exactly="1.7alpha" /> | |||||
</not> | </not> | ||||
</condition> | </condition> | ||||
Should be exactly 1.7 | |||||
Should be exactly 1.7alpha | |||||
</fail> | </fail> | ||||
</target> | </target> | ||||