diff options
author | Michael Bien <[email protected]> | 2009-07-24 17:22:11 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-07-24 17:22:11 +0200 |
commit | 2a8e9876ca4567de3b08813c280d006f9b2c32e6 (patch) | |
tree | a44911062f30e557255162772c9b5fa64d1ad59a /jnlp-files/nativewindow.jnlp | |
parent | 801df10c0ee6ac6da81f1eb770dbc8a7ff7c5e38 (diff) | |
parent | 0906140a18690a9dced8dec12dfdd8cf4c95a4df (diff) |
Merge branch 'master' of ssh://[email protected]/jogl~jogl-git
Diffstat (limited to 'jnlp-files/nativewindow.jnlp')
-rw-r--r-- | jnlp-files/nativewindow.jnlp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/jnlp-files/nativewindow.jnlp b/jnlp-files/nativewindow.jnlp index e49d6c4ac..60a07aede 100644 --- a/jnlp-files/nativewindow.jnlp +++ b/jnlp-files/nativewindow.jnlp @@ -5,8 +5,8 @@ <title>Java(tm) NativeWindow Interface API (CORE)</title> <vendor>Sun Microsystems, Inc.</vendor> <homepage href="http://nativewindow.dev.java.net/"/> - <description>Java API for a binding to a native windowing system - 2.0 (beta2) - CORE</description> - <description kind="short">Java API for a binding to a native windowing system - 2.0 (beta2) - CORE</description> + <description>Java API for a binding to a native windowing system - 2.0 - CORE</description> + <description kind="short">Java API for a binding to a native windowing system - 2.0 - CORE</description> <offline-allowed/> </information> <security> @@ -27,30 +27,39 @@ <nativelib href = "nativewindow-natives-windows-amd64.jar" /> </resources> <resources os="SunOS" arch="sparc"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-solaris-sparc.jar" /> </resources> <resources os="SunOS" arch="sparcv9"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-solaris-sparcv9.jar" /> </resources> <resources os="SunOS" arch="x86"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-solaris-i586.jar" /> </resources> <resources os="SunOS" arch="amd64"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-solaris-amd64.jar" /> </resources> <resources os="SunOS" arch="x86_64"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-solaris-amd64.jar" /> </resources> <resources os="Linux" arch="i386"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-linux-i586.jar" /> </resources> <resources os="Linux" arch="x86"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-linux-i586.jar" /> </resources> <resources os="Linux" arch="amd64"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-linux-amd64.jar" /> </resources> <resources os="Linux" arch="x86_64"> + <jar href="nativewindow.x11.jar" main="true" /> <nativelib href = "nativewindow-natives-linux-amd64.jar" /> </resources> <resources os="Mac OS X" arch="i386"> |