Skip to content
Snippets Groups Projects
Commit 867d7d18 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Builders back to ant 1.8.2 i wont change my whole eclipse just the for stupid ant.

parent c020a0dd
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
</target> </target>
<target name="checkRequirements" description="Check Requirements."> <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> <condition>
<not> <not>
<antversion atleast="1.8.3" /> <antversion atleast="1.8.2" />
</not> </not>
</condition> </condition>
</fail> </fail>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment