diff options
author | Rami Santina <[email protected]> | 2011-08-05 12:35:22 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-08-05 12:35:22 +0300 |
commit | f98a8e29b46b6cfbd2c3e695a02093b19468e95d (patch) | |
tree | b4b4778ade414a35c9e3756e739d5dba57da6e6d /jnlp-files/atomic/newt-all-awt.jnlp | |
parent | 94d9bcebaa382c87cb4baa6be4b85c8789a140dd (diff) | |
parent | c43a0f3afdcd3c90aea1f9b233e113ab2bd83f8a (diff) |
Merge branch 'master' of http://github.com/sgothel/jogl
Diffstat (limited to 'jnlp-files/atomic/newt-all-awt.jnlp')
-rw-r--r-- | jnlp-files/atomic/newt-all-awt.jnlp | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/jnlp-files/atomic/newt-all-awt.jnlp b/jnlp-files/atomic/newt-all-awt.jnlp new file mode 100644 index 000000000..378e2270e --- /dev/null +++ b/jnlp-files/atomic/newt-all-awt.jnlp @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/atomic" + href="newt-all-awt.jnlp" version="JOGAMP_VERSION"> + <information> + <title>NEWT - New Windowing Toolkit (AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>NEWT - A NativeWindow Interface implementation - AWT</description> + <description kind="short">NEWT - A NativeWindow Interface implementation - AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="newt.core.jar" /> + <jar href="newt.awt.jar" /> + <extension name="nativewindow-all-awt" href="JOGL_CODEBASE_TAG/nativewindow-all-awt.jnlp" /> + </resources> + + <resources os="Windows" arch="x86"> + <jar href="newt.driver.win.jar" /> + <nativelib href = "newt-natives-windows-i586.jar" /> + </resources> + <resources os="Windows" arch="amd64"> + <jar href="newt.driver.win.jar" /> + <nativelib href = "newt-natives-windows-amd64.jar" /> + </resources> + <resources os="Windows" arch="x86_64"> + <jar href="newt.driver.win.jar" /> + <nativelib href = "newt-natives-windows-amd64.jar" /> + </resources> + <resources os="SunOS" arch="sparc"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-solaris-sparc.jar" /> + </resources> + <resources os="SunOS" arch="sparcv9"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-solaris-sparcv9.jar" /> + </resources> + <resources os="SunOS" arch="x86"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-solaris-i586.jar" /> + </resources> + <resources os="SunOS" arch="amd64"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-solaris-amd64.jar" /> + </resources> + <resources os="SunOS" arch="x86_64"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-solaris-amd64.jar" /> + </resources> + <resources os="Linux" arch="i386"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="x86"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="amd64"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="x86_64"> + <jar href="newt.driver.x11.jar" /> + <nativelib href = "newt-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="arm"> + <nativelib href = "newt-natives-linux-armv7.jar" /> + </resources> + <resources os="Linux" arch="armv7"> + <nativelib href = "newt-natives-linux-armv7.jar" /> + </resources> + <resources os="Mac OS X" arch="i386"> + <jar href="newt.driver.osx.jar" /> + <nativelib href = "newt-natives-macosx-universal.jar" /> + </resources> + <resources os="Mac OS X" arch="x86_64"> + <jar href="newt.driver.osx.jar" /> + <nativelib href = "newt-natives-macosx-universal.jar" /> + </resources> + + <component-desc /> +</jnlp> |