Преглед изворни кода

Better using the Antversion Task

MELERIX пре 13 година
родитељ
комит
985e997d65
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      L2J_Server_BETA/build.xml

+ 1 - 1
L2J_Server_BETA/build.xml

@@ -251,7 +251,7 @@
 		<fail message="Ant 1.8.2 is required. But your version is ${ant.version}">
 			<condition>
 				<not>
-					<contains string="${ant.version}" substring="1.8.2" />
+					<antversion atleast="1.8.2" />
 				</not>
 			</condition>
 		</fail>