diff options
Diffstat (limited to 'jnlp-files/atomic/jogl-noawt.jnlp')
-rw-r--r-- | jnlp-files/atomic/jogl-noawt.jnlp | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/jnlp-files/atomic/jogl-noawt.jnlp b/jnlp-files/atomic/jogl-noawt.jnlp new file mode 100644 index 000000000..e3c45f5b7 --- /dev/null +++ b/jnlp-files/atomic/jogl-noawt.jnlp @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="jogl-noawt.jnlp" version="JOGAMP_VERSION"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (NO_AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - 2.0.0 - NO_AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - NO_AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jar/atomic/jogl.core.jar" /> + <jar href="jar/atomic/jogl.sdk.jar" /> + <jar href="jar/atomic/jogl.util.jar" /> + <jar href="jar/atomic/jogl.glutess.jar" /> + <jar href="jar/atomic/jogl.glumipmap.jar" /> + <jar href="jar/atomic/jogl.gldesktop.jar" /> + <jar href="jar/atomic/jogl.gldesktop.dbg.jar" /> + <jar href="jar/atomic/jogl.glugldesktop.jar" /> + <jar href="jar/atomic/jogl.util.gldesktop.jar" /> + + <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow-noawt.jnlp" /> + </resources> + + <resources os="Windows" arch="x86"> + <jar href="jar/atomic/jogl.os.win.jar" /> + <nativelib href = "jar/jogl-all-natives-windows-i586.jar" /> + </resources> + <resources os="Windows" arch="amd64"> + <jar href="jar/atomic/jogl.os.win.jar" /> + <nativelib href = "jar/jogl-all-natives-windows-amd64.jar" /> + </resources> + <resources os="Windows" arch="x86_64"> + <jar href="jar/atomic/jogl.os.win.jar" /> + <nativelib href = "jar/jogl-all-natives-windows-amd64.jar" /> + </resources> + <resources os="SunOS" arch="sparc"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-solaris-sparc.jar" /> + </resources> + <resources os="SunOS" arch="sparcv9"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-solaris-sparcv9.jar" /> + </resources> + <resources os="SunOS" arch="x86"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-solaris-i586.jar" /> + </resources> + <resources os="SunOS" arch="amd64"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" /> + </resources> + <resources os="SunOS" arch="x86_64"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" /> + </resources> + <resources os="Linux" arch="i386"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="x86"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="amd64"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="x86_64"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="arm"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-linux-armv7.jar" /> + </resources> + <resources os="Linux" arch="armv7"> + <jar href="jar/atomic/jogl.os.x11.jar" /> + <nativelib href = "jar/jogl-all-natives-linux-armv7.jar" /> + </resources> + <resources os="Mac OS X" arch="i386"> + <jar href="jar/atomic/jogl.os.osx.jar" /> + <nativelib href = "jar/jogl-all-natives-macosx-universal.jar" /> + </resources> + <resources os="Mac OS X" arch="x86_64"> + <jar href="jar/atomic/jogl.os.osx.jar" /> + <nativelib href = "jar/jogl-all-natives-macosx-universal.jar" /> + </resources> + + <component-desc /> +</jnlp> |