Skip to content
Snippets Groups Projects
Commit 99a9d709 authored by MELERIX's avatar MELERIX
Browse files

BETA/COMMUNITY/LIBS: Builders Updates.

parent a2260e8e
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,10 @@
</target>
<target name="checkRequirements" description="Check Requirements.">
<fail message="Ant 1.8.2 is required. But your version is ${ant.version}">
<fail message="Ant 1.8.3 is required. But your version is ${ant.version} and if you are using Eclipse probably is outdated.">
<condition>
<not>
<antversion atleast="1.8.2" />
<antversion atleast="1.8.3" />
</not>
</condition>
</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