Browse Source

BETA/COMMUNITY/LIBS: Builders Updates.

MELERIX 13 years ago
parent
commit
5b298e75f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      L2J_Server_BETA/build.xml

+ 2 - 2
L2J_Server_BETA/build.xml

@@ -203,10 +203,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>