diff options
author | Sven Gothel <[email protected]> | 2011-09-13 23:44:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-13 23:44:05 +0200 |
commit | 5960d7e22807902d9712869f9c5bce0ff95eb4a1 (patch) | |
tree | 3e6374da736ea5659042103ec8c2737143ce4aa0 /jnlp-files/TextCubeDebug.jnlp | |
parent | 0566800aff03ebd9d7414cb547123dcad6620b22 (diff) |
New FHS: jars in jar/, using jogamp-current and jogamp-next
Diffstat (limited to 'jnlp-files/TextCubeDebug.jnlp')
-rw-r--r-- | jnlp-files/TextCubeDebug.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/TextCubeDebug.jnlp b/jnlp-files/TextCubeDebug.jnlp index a50ad1a..a5a1fe6 100644 --- a/jnlp-files/TextCubeDebug.jnlp +++ b/jnlp-files/TextCubeDebug.jnlp @@ -19,8 +19,8 @@ <property name="jnlp.nativewindow.TraceLock" value="true"/> <property name="jnlp.jogl.debug" value="GLDrawable"/> <property name="jnlp.newt.debug" value="all"/> - <jar href="jogl-demos.jar" main="true"/> - <jar href="jogl-demos-util.jar" /> + <jar href="jar/jogl-demos.jar" main="true"/> + <jar href="jar/jogl-demos-util.jar" /> <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> </resources> |