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/VertexProgRefract.jnlp | |
parent | 8da49e2e73ca05e436c79722c28e914d0c31be03 (diff) |
Fix JNLPs .. vendor and url
Diffstat (limited to 'www/webstart/VertexProgRefract.jnlp')
-rw-r--r-- | www/webstart/VertexProgRefract.jnlp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/webstart/VertexProgRefract.jnlp b/www/webstart/VertexProgRefract.jnlp deleted file mode 100644 index 3318643..0000000 --- a/www/webstart/VertexProgRefract.jnlp +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" - href="VertexProgRefract.jnlp"> - <information> - <title>JOGL VertexProgRefract Demo</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl-demos.dev.java.net/"/> - <description>VertexProgRefract Demo</description> - <description kind="short">NVidia's vtxprog_refract 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="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.vertexProgRefract.VertexProgRefract"/> -</jnlp> |