summaryrefslogtreecommitdiff
path: root/frontend/imgrid/dist/deployment/v1
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/imgrid/dist/deployment/v1')
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp63
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/applet-launcher.jarbin0 -> 65584 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jarbin0 -> 8213 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jarbin0 -> 8086 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jarbin0 -> 7167 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jarbin0 -> 8474 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jarbin0 -> 8116 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jarbin0 -> 7909 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jarbin0 -> 8345 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jarbin0 -> 8456 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jarbin0 -> 8275 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jarbin0 -> 6783 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jarbin0 -> 25059 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jarbin0 -> 253122 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jarbin0 -> 228834 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jarbin0 -> 136490 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jarbin0 -> 444191 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jarbin0 -> 191870 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jarbin0 -> 234616 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jarbin0 -> 225183 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jarbin0 -> 214380 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jarbin0 -> 77832 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jarbin0 -> 62493 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl.jarbin0 -> 1174256 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/testKeysbin0 -> 1289 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jogl-awt.jnlp71
26 files changed, 134 insertions, 0 deletions
diff --git a/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp b/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp
new file mode 100755
index 0000000..032fdb6
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp href="gluegen-rt.jnlp">
+ <information>
+ <title>GlueGen Runtime v2</title>
+ <vendor>JogAmp Community</vendor>
+ <homepage href="http://jogamp.org/"/>
+ <description>GlueGen Runtime Library</description>
+ <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
+ <offline-allowed/>
+ </information>
+ <update check="background" policy="always"/>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="jar/gluegen-rt.jar" />
+ </resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "jar/gluegen-rt-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "jar/gluegen-rt-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "jar/gluegen-rt-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "jar/gluegen-rt-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "jar/gluegen-rt-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "jar/gluegen-rt-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "jar/gluegen-rt-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "jar/gluegen-rt-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "jar/gluegen-rt-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "jar/gluegen-rt-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Mac OS X" arch="i386">
+ <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac OS X" arch="x86_64">
+ <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" />
+ </resources>
+
+ <component-desc />
+</jnlp>
diff --git a/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar b/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar
new file mode 100755
index 0000000..53e0742
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar
new file mode 100755
index 0000000..eaf6bad
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar
new file mode 100755
index 0000000..6c21412
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar
new file mode 100755
index 0000000..2144ebf
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar
new file mode 100755
index 0000000..8a5efb4
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar
new file mode 100755
index 0000000..1ad7faa
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar
new file mode 100755
index 0000000..dbadb72
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar
new file mode 100755
index 0000000..02367c7
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar
new file mode 100755
index 0000000..da0ff3a
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar
new file mode 100755
index 0000000..e9a3ffe
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar
new file mode 100755
index 0000000..bb00056
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar
new file mode 100755
index 0000000..c995b22
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar
new file mode 100755
index 0000000..64d95a0
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar
new file mode 100755
index 0000000..9370828
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar
new file mode 100755
index 0000000..9495e36
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar
new file mode 100755
index 0000000..f2186cb
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar
new file mode 100755
index 0000000..cd617f9
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar
new file mode 100755
index 0000000..4209a9d
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar
new file mode 100755
index 0000000..b25fdcd
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar
new file mode 100755
index 0000000..b60e31f
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar
new file mode 100755
index 0000000..af8b5f9
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar
new file mode 100755
index 0000000..81c1cdf
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl.jar
new file mode 100755
index 0000000..ef96967
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/jogl.jar
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/testKeys b/frontend/imgrid/dist/deployment/v1/jar/testKeys
new file mode 100755
index 0000000..7eb9ceb
--- /dev/null
+++ b/frontend/imgrid/dist/deployment/v1/jar/testKeys
Binary files differ
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>