diff options
author | Sven Gothel <[email protected]> | 2010-05-19 04:17:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-19 04:17:25 +0200 |
commit | 2329eaec304b79b1f9cd5838f7ea8747a9b45e14 (patch) | |
tree | 5b4aeff3092956e8a152ccff64fd9a705eb63155 /www/webstart/JRefract.jnlp | |
parent | 8da49e2e73ca05e436c79722c28e914d0c31be03 (diff) |
Fix JNLPs .. vendor and url
Diffstat (limited to 'www/webstart/JRefract.jnlp')
-rwxr-xr-x | www/webstart/JRefract.jnlp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/webstart/JRefract.jnlp b/www/webstart/JRefract.jnlp deleted file mode 100755 index 4bf630c..0000000 --- a/www/webstart/JRefract.jnlp +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" - href="JRefract.jnlp"> - <information> - <title>JOGL JRefract Demo</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl-demos.dev.java.net/"/> - <description>JRefract Demo</description> - <description kind="short">Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component.</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="jogl-demos.jar" main="true"/> - <jar href="jogl-demos-util.jar" /> - <jar href="jogl-demos-data.jar" /> - <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" /> - </resources> - - <application-desc main-class="demos.jrefract.JRefract"/> -</jnlp> |