diff options
author | Sven Gothel <[email protected]> | 2011-09-16 04:12:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-16 04:12:50 +0200 |
commit | ca25e8574685d75155f358f41ce42c7af2a63bb2 (patch) | |
tree | 6941d5eb4d34937663e19490d01dbb3b05abae42 /jnlp-files/applet-redsquare-newtawt.jnlp | |
parent | 86f18bf2c80bb3030cef60054f97ff4dd2978528 (diff) |
Fix jnlp/html filesv2.0-rc3
Diffstat (limited to 'jnlp-files/applet-redsquare-newtawt.jnlp')
-rw-r--r-- | jnlp-files/applet-redsquare-newtawt.jnlp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/jnlp-files/applet-redsquare-newtawt.jnlp b/jnlp-files/applet-redsquare-newtawt.jnlp deleted file mode 100644 index f184960..0000000 --- a/jnlp-files/applet-redsquare-newtawt.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="applet-redsquare-newtawt.jnlp"> - <information> - <title>JOGL JNLP Applet RedSquare NEWT-AWT Demo</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/jogl-demos/"/> - <description>RedSquare NEWT-AWT Demo</description> - <description kind="short">RedSquare NEWT-AWT Demo</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="../jar/jogl-demos.jar" main="true"/> - <jar href="../jar/jogl-demos-util.jar"/> - <extension name="jogl-all-awt" href="../jogl-all-awt.jnlp" /> - </resources> - - <applet-desc - name="RedSquare-NEWT-AWT-Applet" - main-class="demos.applets.RedSquareNEWTAWTApplet" - width="640" - height="480"> - </applet-desc> -</jnlp> |