aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-all-mobile.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-05 05:35:40 +0200
committerSven Gothel <[email protected]>2011-08-05 05:35:40 +0200
commit159eea0080281eae5b4f97368ee1549397892fb8 (patch)
treec6fde3f1cae0a07128dd7e6f3f21618d49513b68 /jnlp-files/jogl-all-mobile.jnlp
parent4dbb8731219212e27c9afb769a1c62b32bd230a6 (diff)
Complete Android cleanup (compile/apk launch)
Diffstat (limited to 'jnlp-files/jogl-all-mobile.jnlp')
-rw-r--r--jnlp-files/jogl-all-mobile.jnlp72
1 files changed, 72 insertions, 0 deletions
diff --git a/jnlp-files/jogl-all-mobile.jnlp b/jnlp-files/jogl-all-mobile.jnlp
new file mode 100644
index 000000000..602a327e3
--- /dev/null
+++ b/jnlp-files/jogl-all-mobile.jnlp
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="jogl-all-mobile.jnlp" version="JOGAMP_VERSION">
+ <information>
+ <title>Java(tm) Binding to the OpenGL(r) API (ALL.MOBILE)</title>
+ <vendor>JogAmp Community</vendor>
+ <homepage href="http://jogamp.org/"/>
+ <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.MOBILE</description>
+ <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.MOBILE</description>
+ <offline-allowed/>
+ </information>
+ <update check="background" policy="always"/>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="jogl.all-mobile.jar" />
+
+ <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" />
+ </resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "jogl-all-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "jogl-all-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "jogl-all-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "jogl-all-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "jogl-all-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "jogl-all-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "jogl-all-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "jogl-all-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "jogl-all-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "jogl-all-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "jogl-all-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "jogl-all-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="arm">
+ <nativelib href = "jogl-all-natives-linux-armv7.jar" />
+ </resources>
+ <resources os="Linux" arch="armv7">
+ <nativelib href = "jogl-all-natives-linux-armv7.jar" />
+ </resources>
+ <resources os="Mac OS X" arch="i386">
+ <nativelib href = "jogl-all-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac OS X" arch="x86_64">
+ <nativelib href = "jogl-all-natives-macosx-universal.jar" />
+ </resources>
+
+ <component-desc />
+</jnlp>