diff options
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt.jnlp')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt.jnlp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt.jnlp b/jnlp-files/jogl-applet-runner-newt.jnlp new file mode 100644 index 000000000..77f8c32c0 --- /dev/null +++ b/jnlp-files/jogl-applet-runner-newt.jnlp @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG" href="jogl-applet-runner-newt.jnlp" version="JOGAMP_VERSION"> + <information> + <title>JOGL JNLP Applet Runner NEWT</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>JOGL JNLP Applet Runner NEWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.noddraw" value="true"/> + <jar href="jar/jogl.test.jar" main="true"/> + <jar href="jar/junit.jar" /> + <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> + </resources> + + <applet-desc + name="JOGLNewtApplet2Run-Applet" + main-class="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run" + width="200" + height="200"> + </applet-desc> +</jnlp> |