diff options
author | Sven Gothel <[email protected]> | 2013-06-25 22:50:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-25 22:50:47 +0200 |
commit | 969f55889d169b1a68c118bfd84bff03817f36fb (patch) | |
tree | fb9595bdd1b51ea822a2a518f79a318910fe8841 /jnlp-files/GearsDebug.jnlp | |
parent | f8918d4e8eb6a598deb9e01566e903c98c40fcf7 (diff) |
add missing napplet files ..
Diffstat (limited to 'jnlp-files/GearsDebug.jnlp')
-rwxr-xr-x | jnlp-files/GearsDebug.jnlp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/jnlp-files/GearsDebug.jnlp b/jnlp-files/GearsDebug.jnlp new file mode 100755 index 0000000..1495ab4 --- /dev/null +++ b/jnlp-files/GearsDebug.jnlp @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="DEMO_CODEBASE_TAG" + href="GearsDebug.jnlp"> + <information> + <title>JOGL Gears Demo (debug)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/jogl-demos/"/> + <description>Gears Demo</description> + <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</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"/> + <property name="jnlp.gluegen.debug.NativeLibrary" value="true"/> + <property name="jnlp.nativewindow.debug" value="all"/> + <property name="jnlp.nativewindow.TraceLock" value="true"/> + <property name="jnlp.jogl.debug" value="all"/> + <property name="jnlp.newt.debug" value="all"/> + <jar href="jar/jogl-demos.jar" main="true"/> + <jar href="jar/jogl-demos-util.jar" /> + <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> + </resources> + + <application-desc main-class="demos.gears.Gears"> + </application-desc> +</jnlp> |