diff options
Diffstat (limited to 'jnlp-files/jogl-all.jnlp')
-rw-r--r-- | jnlp-files/jogl-all.jnlp | 77 |
1 files changed, 44 insertions, 33 deletions
diff --git a/jnlp-files/jogl-all.jnlp b/jnlp-files/jogl-all.jnlp index 032cdd03e..744492675 100644 --- a/jnlp-files/jogl-all.jnlp +++ b/jnlp-files/jogl-all.jnlp @@ -13,42 +13,53 @@ <all-permissions/> </security> <resources> - <jar href="jogl.glu.mipmap.jar" /> - <jar href="jogl.glu.tess.jar" /> + <jar href="jogl.all.jar" /> - <jar href="jogl.util.fixedfuncemu.jar" /> - - <!-- jar href="jogl.sdk.jar" /--> - - <jar href="jogl.cg.jar" /> - - <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" /> + <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> + <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" /> </resources> - <resources os="Mobile-Embedded"> - <jar href="jogl.egl.jar" /> - <jar href="jogl.gles1.jar" /> - <jar href="jogl.gles1.dbg.jar" /> - <jar href="jogl.gles2.jar" /> - <jar href="jogl.gles2.dbg.jar" /> - </resources> - <resources os="Windows"> - <jar href="jogl.gl2.win.jar" /> - <jar href="jogl.util.gl2.jar" /> - <jar href="jogl.glu.gl2.jar" /> - <jar href="jogl.gl2.dbg.jar" /> - </resources> - <resources os="SunOS Linux"> - <jar href="jogl.gl2.x11.jar" /> - <jar href="jogl.util.gl2.jar" /> - <jar href="jogl.glu.gl2.jar" /> - <jar href="jogl.gl2.dbg.jar" /> - </resources> - <resources os="Mac OS X"> - <jar href="jogl.gl2.osx.jar" /> - <jar href="jogl.util.gl2.jar" /> - <jar href="jogl.glu.gl2.jar" /> - <jar href="jogl.gl2.dbg.jar" /> + <resources os="Windows" arch="x86"> + <nativelib href = "jogl-natives-windows-i586.jar" /> + </resources> + <resources os="Windows" arch="amd64"> + <nativelib href = "jogl-natives-windows-amd64.jar" /> + </resources> + <resources os="Windows" arch="x86_64"> + <nativelib href = "jogl-natives-windows-amd64.jar" /> + </resources> + <resources os="SunOS" arch="sparc"> + <nativelib href = "jogl-natives-solaris-sparc.jar" /> + </resources> + <resources os="SunOS" arch="sparcv9"> + <nativelib href = "jogl-natives-solaris-sparcv9.jar" /> + </resources> + <resources os="SunOS" arch="x86"> + <nativelib href = "jogl-natives-solaris-i586.jar" /> + </resources> + <resources os="SunOS" arch="amd64"> + <nativelib href = "jogl-natives-solaris-amd64.jar" /> + </resources> + <resources os="SunOS" arch="x86_64"> + <nativelib href = "jogl-natives-solaris-amd64.jar" /> + </resources> + <resources os="Linux" arch="i386"> + <nativelib href = "jogl-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="x86"> + <nativelib href = "jogl-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="amd64"> + <nativelib href = "jogl-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="x86_64"> + <nativelib href = "jogl-natives-linux-amd64.jar" /> + </resources> + <resources os="Mac OS X" arch="i386"> + <nativelib href = "jogl-natives-macosx-universal.jar" /> + </resources> + <resources os="Mac OS X" arch="x86_64"> + <nativelib href = "jogl-natives-macosx-universal.jar" /> </resources> <component-desc /> |