Fix classpath jars
This commit is contained in:
parent
9bb4e12c77
commit
be9f6040ee
@ -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 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user