aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/newt.jnlp')
-rw-r--r--jnlp-files/newt.jnlp18
1 files changed, 16 insertions, 2 deletions
diff --git a/jnlp-files/newt.jnlp b/jnlp-files/newt.jnlp
index 538760369..cb6899256 100644
--- a/jnlp-files/newt.jnlp
+++ b/jnlp-files/newt.jnlp
@@ -5,8 +5,8 @@
<title>NEWT - New Windowing Toolkit (CORE)</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="http://jogl.dev.java.net/"/>
- <description>NEWT - A NativeWindow Interface implementation (beta2) - CORE</description>
- <description kind="short">NEWT - A NativeWindow Interface implementation (beta2) - CORE</description>
+ <description>NEWT - A NativeWindow Interface implementation - CORE</description>
+ <description kind="short">NEWT - A NativeWindow Interface implementation - CORE</description>
<offline-allowed/>
</information>
<security>
@@ -18,45 +18,59 @@
</resources>
<resources os="Windows" arch="x86">
+ <jar href="newt.win.jar" main="true" />
<nativelib href = "newt-natives-windows-i586.jar" />
</resources>
<resources os="Windows" arch="amd64">
+ <jar href="newt.win.jar" main="true" />
<nativelib href = "newt-natives-windows-amd64.jar" />
</resources>
<resources os="Windows" arch="x86_64">
+ <jar href="newt.win.jar" main="true" />
<nativelib href = "newt-natives-windows-amd64.jar" />
</resources>
<resources os="SunOS" arch="sparc">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-solaris-sparc.jar" />
</resources>
<resources os="SunOS" arch="sparcv9">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-solaris-sparcv9.jar" />
</resources>
<resources os="SunOS" arch="x86">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-solaris-i586.jar" />
</resources>
<resources os="SunOS" arch="amd64">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-solaris-amd64.jar" />
</resources>
<resources os="SunOS" arch="x86_64">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-solaris-amd64.jar" />
</resources>
<resources os="Linux" arch="i386">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-linux-i586.jar" />
</resources>
<resources os="Linux" arch="x86">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-linux-i586.jar" />
</resources>
<resources os="Linux" arch="amd64">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-linux-amd64.jar" />
</resources>
<resources os="Linux" arch="x86_64">
+ <jar href="newt.x11.jar" main="true" />
<nativelib href = "newt-natives-linux-amd64.jar" />
</resources>
<resources os="Mac OS X" arch="i386">
+ <jar href="newt.osx.jar" main="true" />
<nativelib href = "newt-natives-macosx-universal.jar" />
</resources>
<resources os="Mac OS X" arch="x86_64">
+ <jar href="newt.osx.jar" main="true" />
<nativelib href = "newt-natives-macosx-universal.jar" />
</resources>