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 /www/applet-gears.jnlp | |
parent | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (diff) |
cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-files
Diffstat (limited to 'www/applet-gears.jnlp')
-rw-r--r-- | www/applet-gears.jnlp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/applet-gears.jnlp b/www/applet-gears.jnlp deleted file mode 100644 index dae3e58..0000000 --- a/www/applet-gears.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="applet-gears.jnlp"> - <information> - <title>JOGL JNLP Applet Gears Demo</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> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> - <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar" main="true"/> - <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos-util.jar"/> - <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" /> - </resources> - - <applet-desc - name="Gears-Applet" - main-class="demos.applets.GearsApplet" - width="640" - height="480"> - </applet-desc> -</jnlp> |