summaryrefslogtreecommitdiffstats
path: root/jnlp-files/gluegen-rt.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-03 23:35:38 +0000
committerSven Gothel <[email protected]>2009-07-03 23:35:38 +0000
commit1aed3a660c5557233ba0b685ff668ce5f6a60313 (patch)
treecfaae25b3717aa72b120836f355742668474641f /jnlp-files/gluegen-rt.jnlp
parenta4163f73b673cfc38b8e682f7d20c2656a876d3d (diff)
Adding boiler-plate JNLP files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@155 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'jnlp-files/gluegen-rt.jnlp')
-rw-r--r--jnlp-files/gluegen-rt.jnlp63
1 files changed, 63 insertions, 0 deletions
diff --git a/jnlp-files/gluegen-rt.jnlp b/jnlp-files/gluegen-rt.jnlp
new file mode 100644
index 0000000..6e1d5ba
--- /dev/null
+++ b/jnlp-files/gluegen-rt.jnlp
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="CODEBASE_TAG"
+ href="gluegen-rt.jnlp">
+ <information>
+ <title>GlueGen Runtime v2</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://gluegen.dev.java.net/"/>
+ <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>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="gluegen-rt.jar" />
+ </resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "gluegen-rt-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "gluegen-rt-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "gluegen-rt-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "gluegen-rt-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "gluegen-rt-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "gluegen-rt-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "gluegen-rt-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "gluegen-rt-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "gluegen-rt-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "gluegen-rt-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "gluegen-rt-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "gluegen-rt-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="i386">
+ <nativelib href = "gluegen-rt-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="x86_64">
+ <nativelib href = "gluegen-rt-natives-macosx-universal.jar" />
+ </resources>
+
+ <component-desc />
+</jnlp>