Merge pull request #27 from bkuker/master

Fix Classpath-Jars value in build.xml
This commit is contained in:
Bill Kuker 2012-12-24 14:24:35 -08:00
commit 22c1d9938c

View File

@ -80,7 +80,7 @@
<manifest>
<attribute name="Main-Class" value="${main-class}" />
<attribute name="SplashScreen-Image" value="pix/splashscreen.png" />
<attribute name="Classpath-Jars" value="${lib.dir}/gluegen-rt.jar ${lib.dir}/jogl.all.jar" />
<attribute name="Classpath-Jars" value="lib/gluegen-rt.jar lib/jogl.all.jar" />
</manifest>
<!-- Include, in the root of the JAR, the resources needed by OR -->