summaryrefslogtreecommitdiff
path: root/frontend/imgrid/dist/deployment
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
commitd3e7b5708deffbed864c916de22663f48333c58b (patch)
treeef76784a7827baff88c03670bf22832a3f146b17 /frontend/imgrid/dist/deployment
parent86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff)
finishing server
Diffstat (limited to 'frontend/imgrid/dist/deployment')
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp63
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/applet-launcher.jarbin65584 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jarbin8213 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jarbin8086 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jarbin7167 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jarbin8474 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jarbin8116 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jarbin7909 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jarbin8345 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jarbin8456 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jarbin8275 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jarbin6783 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jarbin25059 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jarbin253122 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jarbin228834 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jarbin136490 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jarbin444191 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jarbin191870 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jarbin234616 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jarbin225183 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jarbin214380 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jarbin77832 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jarbin62493 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/jogl.jarbin1174256 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jar/testKeysbin1289 -> 0 bytes
-rwxr-xr-xfrontend/imgrid/dist/deployment/v1/jogl-awt.jnlp71
26 files changed, 0 insertions, 134 deletions
diff --git a/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp b/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp
deleted file mode 100755
index 032fdb6..0000000
--- a/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp
+++ /dev/null
@@ -1,63 +0,0 @@
-<?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
deleted file mode 100755
index 53e0742..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar
+++ /dev/null
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
deleted file mode 100755
index eaf6bad..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar
+++ /dev/null
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
deleted file mode 100755
index 6c21412..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar
+++ /dev/null
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
deleted file mode 100755
index 2144ebf..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar
+++ /dev/null
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
deleted file mode 100755
index 8a5efb4..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar
+++ /dev/null
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
deleted file mode 100755
index 1ad7faa..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar
+++ /dev/null
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
deleted file mode 100755
index dbadb72..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar
+++ /dev/null
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
deleted file mode 100755
index 02367c7..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar
+++ /dev/null
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
deleted file mode 100755
index da0ff3a..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar
+++ /dev/null
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
deleted file mode 100755
index e9a3ffe..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar
+++ /dev/null
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
deleted file mode 100755
index bb00056..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar
+++ /dev/null
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
deleted file mode 100755
index c995b22..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar
+++ /dev/null
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
deleted file mode 100755
index 64d95a0..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar
+++ /dev/null
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
deleted file mode 100755
index 9370828..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar
+++ /dev/null
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
deleted file mode 100755
index 9495e36..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar
+++ /dev/null
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
deleted file mode 100755
index f2186cb..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar
+++ /dev/null
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
deleted file mode 100755
index cd617f9..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar
+++ /dev/null
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
deleted file mode 100755
index 4209a9d..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar
+++ /dev/null
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
deleted file mode 100755
index b25fdcd..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar
+++ /dev/null
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
deleted file mode 100755
index b60e31f..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar
+++ /dev/null
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
deleted file mode 100755
index af8b5f9..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar
+++ /dev/null
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
deleted file mode 100755
index 81c1cdf..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar
+++ /dev/null
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl.jar
deleted file mode 100755
index ef96967..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/jogl.jar
+++ /dev/null
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jar/testKeys b/frontend/imgrid/dist/deployment/v1/jar/testKeys
deleted file mode 100755
index 7eb9ceb..0000000
--- a/frontend/imgrid/dist/deployment/v1/jar/testKeys
+++ /dev/null
Binary files differ
diff --git a/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp b/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp
deleted file mode 100755
index 8c86404..0000000
--- a/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp
+++ /dev/null
@@ -1,71 +0,0 @@
-<?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>