Fix classpath jars

This commit is contained in:
bkuker 2012-12-24 15:33:34 -05:00
parent 9bb4e12c77
commit be9f6040ee

View File

@ -80,7 +80,7 @@
<manifest> <manifest>
<attribute name="Main-Class" value="${main-class}" /> <attribute name="Main-Class" value="${main-class}" />
<attribute name="SplashScreen-Image" value="pix/splashscreen.png" /> <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> </manifest>
<!-- Include, in the root of the JAR, the resources needed by OR --> <!-- Include, in the root of the JAR, the resources needed by OR -->