diff options
Diffstat (limited to 'jnlp-files/newt-awt.jnlp')
-rw-r--r-- | jnlp-files/newt-awt.jnlp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp new file mode 100644 index 000000000..02f25786a --- /dev/null +++ b/jnlp-files/newt-awt.jnlp @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="newt-awt.jnlp"> + <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.awt.jar" main="true"/> + <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" /> + <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" /> + </resources> + <component-desc /> +</jnlp> |