git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1453655 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -32,10 +32,10 @@ | |||||
| <fail> | <fail> | ||||
| <condition> | <condition> | ||||
| <not> | <not> | ||||
| <antversion exactly="1.9.0" /> | |||||
| <antversion exactly="1.9.1" /> | |||||
| </not> | </not> | ||||
| </condition> | </condition> | ||||
| Should be exactly 1.9.0 | |||||
| Should be exactly 1.9.1 | |||||
| </fail> | </fail> | ||||
| </target> | </target> | ||||
| @@ -45,10 +45,10 @@ | |||||
| <fail> | <fail> | ||||
| <condition> | <condition> | ||||
| <not> | <not> | ||||
| <antversion atleast="1.9.0" /> | |||||
| <antversion atleast="1.9.1" /> | |||||
| </not> | </not> | ||||
| </condition> | </condition> | ||||
| Should be at least 1.9.0 | |||||
| Should be at least 1.9.1 | |||||
| </fail> | </fail> | ||||
| </target> | </target> | ||||
| @@ -57,10 +57,10 @@ | |||||
| <fail> | <fail> | ||||
| <condition> | <condition> | ||||
| <not> | <not> | ||||
| <antversion exactly="1.9.0" /> | |||||
| <antversion exactly="1.9.1" /> | |||||
| </not> | </not> | ||||
| </condition> | </condition> | ||||
| Should be exactly 1.9.0 | |||||
| Should be exactly 1.9.1 | |||||
| </fail> | </fail> | ||||
| </target> | </target> | ||||
| </project> | </project> | ||||