@@ -44,10 +44,10 @@
</target>
<target name="checkRequirements" description="Check Requirements.">
- <fail message="Ant 1.8.3 is required. But your version is ${ant.version} and if you are using Eclipse probably is outdated.">
+ <fail message="Ant 1.8.2 is required. But your version is ${ant.version} and if you are using Eclipse probably is outdated.">
<condition>
<not>
- <antversion atleast="1.8.3" />
+ <antversion atleast="1.8.2" />
</not>
</condition>
</fail>