summaryrefslogtreecommitdiff
path: root/share/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp')
-rwxr-xr-xshare/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp63
1 files changed, 0 insertions, 63 deletions
diff --git a/share/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp b/share/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp
deleted file mode 100755
index 032fdb6..0000000
--- a/share/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>