summaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-jogl.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/newt-jogl.jnlp')
-rw-r--r--jnlp-files/newt-jogl.jnlp22
1 files changed, 22 insertions, 0 deletions
diff --git a/jnlp-files/newt-jogl.jnlp b/jnlp-files/newt-jogl.jnlp
new file mode 100644
index 000000000..cd0f5d633
--- /dev/null
+++ b/jnlp-files/newt-jogl.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="newt-jogl.jnlp" version="JOGAMP_VERSION">
+ <information>
+ <title>NEWT - New Windowing Toolkit (JOGL)</title>
+ <vendor>JogAmp Community</vendor>
+ <homepage href="http://jogamp.org/"/>
+ <description>NEWT - A NativeWindow Interface implementation - JOGL</description>
+ <description kind="short">NEWT - A NativeWindow Interface implementation - JOGL</description>
+ <offline-allowed/>
+ </information>
+ <update check="background" policy="always"/>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="newt.ogl.jar" />
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
+ <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" />
+ </resources>
+ <component-desc />
+</jnlp>