diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
| commit | 236fd1d9f2009083fbbfce7190c27fbf1d7c88b8 (patch) | |
| tree | 6077ff15b4b770b4b292aaa14d9cbfff1ba82fae /frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp | |
| parent | c89619f1b1f908d0f330c468866cea669ce8bf6c (diff) | |
getting ready
Diffstat (limited to 'frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp')
| -rwxr-xr-x | frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp b/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp new file mode 100755 index 0000000..8c86404 --- /dev/null +++ b/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp href="jogl-awt.jnlp"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jar/jogl.jar" /> + + <extension name="gluegen-rt" href="gluegen-rt.jnlp" /> + </resources> + + <resources os="Windows" arch="x86"> + <nativelib href = "jar/jogl-natives-windows-i586.jar" /> + </resources> + <resources os="Windows" arch="amd64"> + <nativelib href = "jar/jogl-natives-windows-amd64.jar" /> + </resources> + <resources os="Windows" arch="x86_64"> + <nativelib href = "jar/jogl-natives-windows-amd64.jar" /> + </resources> + <resources os="SunOS" arch="sparc"> + <nativelib href = "jar/jogl-natives-solaris-sparc.jar" /> + </resources> + <resources os="SunOS" arch="sparcv9"> + <nativelib href = "jar/jogl-natives-solaris-sparcv9.jar" /> + </resources> + <resources os="SunOS" arch="x86"> + <nativelib href = "jar/jogl-natives-solaris-i586.jar" /> + </resources> + <resources os="SunOS" arch="amd64"> + <nativelib href = "jar/jogl-natives-solaris-amd64.jar" /> + </resources> + <resources os="SunOS" arch="x86_64"> + <nativelib href = "jar/jogl-natives-solaris-amd64.jar" /> + </resources> + <resources os="Linux" arch="i386"> + <nativelib href = "jar/jogl-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="x86"> + <nativelib href = "jar/jogl-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="amd64"> + <nativelib href = "jar/jogl-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="x86_64"> + <nativelib href = "jar/jogl-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="arm"> + <nativelib href = "jar/jogl-natives-linux-armv7.jar" /> + </resources> + <resources os="Linux" arch="armv7"> + <nativelib href = "jar/jogl-natives-linux-armv7.jar" /> + </resources> + <resources os="Mac OS X" arch="i386"> + <nativelib href = "jar/jogl-natives-macosx-universal.jar" /> + </resources> + <resources os="Mac OS X" arch="x86_64"> + <nativelib href = "jar/jogl-natives-macosx-universal.jar" /> + </resources> + + <component-desc /> +</jnlp> |
