diff options
author | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
commit | 926bf101da90eb450d1700d2ddc1242c9e18a2cb (patch) | |
tree | 25bb837ccb26017e4694540b20633a1f05b37c4f /jnlp-files/jogl-newt-applet-runner.jnlp | |
parent | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (diff) |
cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-files
Diffstat (limited to 'jnlp-files/jogl-newt-applet-runner.jnlp')
-rw-r--r-- | jnlp-files/jogl-newt-applet-runner.jnlp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jnlp-files/jogl-newt-applet-runner.jnlp b/jnlp-files/jogl-newt-applet-runner.jnlp index c3c70da..523ed59 100644 --- a/jnlp-files/jogl-newt-applet-runner.jnlp +++ b/jnlp-files/jogl-newt-applet-runner.jnlp @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="DEMO_CODEBASE_TAG" href="jogl-newt-applet-runner.jnlp"> +<jnlp href="jogl-newt-applet-runner.jnlp"> <information> <title>JOGL NEWT JNLP Applet Runner</title> <vendor>JogAmp Community</vendor> <homepage href="http://jogamp.org/jogl-demos/"/> <description>JOGL NEWT JNLP Applet Runner</description> - <offline-allowed/> + <!-- offline-allowed/--> </information> - <update check="background" policy="always"/> + <!-- 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-demos.jar" main="true"/> - <jar href="jar/jogl-demos-util.jar"/> - <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> + <jar href="../jar/jogl-demos.jar" main="true"/> + <jar href="../jar/jogl-demos-util.jar"/> + <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp" /> </resources> <applet-desc |