correct reference to groovy jar

master
melvin 2013-03-12 20:31:34 +08:00
parent 1b98178783
commit 679f8458e1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
JAVAEA=java -ea -Xms256M -Xmx256M -Ddebug=true
LIBS=.:lib/annotations.jar:lib/jsr305.jar:release/lib/groovy-all-2.0.6.jar
LIBS=.:lib/annotations.jar:lib/jsr305.jar:release/lib/groovy-all-2.1.1.jar
JAVA=${JAVAEA} -Dcom.sun.management.jmxremote -cp $(LIBS):release/Magarena.jar
SHELL=/bin/bash
BUILD=build

View File

@ -51,7 +51,7 @@
<manifest>
<attribute name="Main-Class" value="magic.MagicMain" />
<attribute name="SplashScreen-Image" value="magic/data/textures/logo.jpg" />
<attribute name="Class-Path" value="lib/groovy-all-2.0.6.jar" />
<attribute name="Class-Path" value="lib/groovy-all-2.1.1.jar" />
</manifest>
</jar>
</target>