aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-all-awt.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-04 12:12:47 +0000
committerSven Gothel <[email protected]>2009-07-04 12:12:47 +0000
commit0e48e69e5cde7e25eb87c4134caab392639e6889 (patch)
tree81bd94aae2c74dbdb16a2bf002f9ba6026aaf216 /jnlp-files/jogl-all-awt.jnlp
parent7d501a49ab56016605a3cebb1f6851777c271bd7 (diff)
Fix JNLP files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2024 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'jnlp-files/jogl-all-awt.jnlp')
-rw-r--r--jnlp-files/jogl-all-awt.jnlp49
1 files changed, 46 insertions, 3 deletions
diff --git a/jnlp-files/jogl-all-awt.jnlp b/jnlp-files/jogl-all-awt.jnlp
index 2101fd84e..9c5962581 100644
--- a/jnlp-files/jogl-all-awt.jnlp
+++ b/jnlp-files/jogl-all-awt.jnlp
@@ -13,11 +13,54 @@
<all-permissions/>
</security>
<resources>
- <jar href="jogl.awt.jar" />
- <jar href="jogl.util.awt.jar" />
+ <jar href="jogl.all.jar" />
- <extension name="jogl-all" href="JOGL_CODEBASE_TAG/jogl-all.jnlp" />
+ <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" />
<extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" />
</resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "jogl-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "jogl-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "jogl-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "jogl-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "jogl-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "jogl-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "jogl-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "jogl-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "jogl-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "jogl-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "jogl-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "jogl-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Mac OS X" arch="i386">
+ <nativelib href = "jogl-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac OS X" arch="x86_64">
+ <nativelib href = "jogl-natives-macosx-universal.jar" />
+ </resources>
+
<component-desc />
</jnlp>