aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/atomic/newt.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/atomic/newt.jnlp')
-rw-r--r--jnlp-files/atomic/newt.jnlp85
1 files changed, 0 insertions, 85 deletions
diff --git a/jnlp-files/atomic/newt.jnlp b/jnlp-files/atomic/newt.jnlp
deleted file mode 100644
index 55fc12ae6..000000000
--- a/jnlp-files/atomic/newt.jnlp
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="JOGL_CODEBASE_TAG"
- href="newt.jnlp" version="JOGAMP_VERSION">
- <information>
- <title>NEWT - New Windowing Toolkit (CORE)</title>
- <vendor>JogAmp Community</vendor>
- <homepage href="http://jogamp.org/"/>
- <description>NEWT - A NativeWindow Interface implementation - CORE</description>
- <description kind="short">NEWT - A NativeWindow Interface implementation - CORE</description>
- <offline-allowed/>
- </information>
- <update check="background" policy="always"/>
- <security>
- <all-permissions/>
- </security>
- <resources>
- <jar href="jar/newt.core.jar" />
- <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" />
- </resources>
-
- <resources os="Windows" arch="x86">
- <jar href="jar/newt.driver.win.jar" />
- <nativelib href = "jar/newt-natives-windows-i586.jar" />
- </resources>
- <resources os="Windows" arch="amd64">
- <jar href="jar/newt.driver.win.jar" />
- <nativelib href = "jar/newt-natives-windows-amd64.jar" />
- </resources>
- <resources os="Windows" arch="x86_64">
- <jar href="jar/newt.driver.win.jar" />
- <nativelib href = "jar/newt-natives-windows-amd64.jar" />
- </resources>
- <resources os="SunOS" arch="sparc">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-solaris-sparc.jar" />
- </resources>
- <resources os="SunOS" arch="sparcv9">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-solaris-sparcv9.jar" />
- </resources>
- <resources os="SunOS" arch="x86">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-solaris-i586.jar" />
- </resources>
- <resources os="SunOS" arch="amd64">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-solaris-amd64.jar" />
- </resources>
- <resources os="SunOS" arch="x86_64">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-solaris-amd64.jar" />
- </resources>
- <resources os="Linux" arch="i386">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-linux-i586.jar" />
- </resources>
- <resources os="Linux" arch="x86">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-linux-i586.jar" />
- </resources>
- <resources os="Linux" arch="amd64">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-linux-amd64.jar" />
- </resources>
- <resources os="Linux" arch="x86_64">
- <jar href="jar/newt.driver.x11.jar" />
- <nativelib href = "jar/newt-natives-linux-amd64.jar" />
- </resources>
- <resources os="Linux" arch="arm">
- <nativelib href = "jar/newt-natives-linux-armv7.jar" />
- </resources>
- <resources os="Linux" arch="armv7">
- <nativelib href = "jar/newt-natives-linux-armv7.jar" />
- </resources>
- <resources os="Mac OS X" arch="i386">
- <jar href="jar/newt.driver.osx.jar" />
- <nativelib href = "jar/newt-natives-macosx-universal.jar" />
- </resources>
- <resources os="Mac OS X" arch="x86_64">
- <jar href="jar/newt.driver.osx.jar" />
- <nativelib href = "jar/newt-natives-macosx-universal.jar" />
- </resources>
-
- <component-desc />
-</jnlp>