diff options
author | Kenneth Russel <[email protected]> | 2003-07-19 08:16:08 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-19 08:16:08 +0000 |
commit | 5cc5d7e363b3fbcd145198573ec333636babe36b (patch) | |
tree | f5dae426974b1b931577b2a9dff8acc45c163708 /www | |
parent | e31aa439e170f9be1629792fc8fbf61c7a7b5807 (diff) |
Added temporary Gears JNLP file
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@17 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 2 | ||||
-rw-r--r-- | www/webstart/GearsTmp.jnlp | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 90d37d4..28f485f 100644 --- a/www/index.html +++ b/www/index.html @@ -579,7 +579,7 @@ Mac OS X) </td> </tr> <tr> <td width="25%"> <a - href="http://jogl-demos.dev.java.net/webstart/gears.jnlp"> <img + href="http://jogl-demos.dev.java.net/webstart/GearsTmp.jnlp"> <img src="gears_sm.jpg" width="160" height="163" alt="Launch Gears demo"> </a> </td> <td width="45%">Classic OpenGL demo. Original source code diff --git a/www/webstart/GearsTmp.jnlp b/www/webstart/GearsTmp.jnlp new file mode 100644 index 0000000..f6f7ee5 --- /dev/null +++ b/www/webstart/GearsTmp.jnlp @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp spec="1.0" + codebase="http://jogl-demos.dev.java.net/webstart/" + href="GearsTmp.jnlp"> + <information> + <title>JOGL Gears Demo</title> + <vendor>Sun Microsystems, Inc.</vendor> + <homepage href="http://jogl-demos.dev.java.net/"/> + <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="jogl-demos.jar" main="true"/> + <jar href="jogl-demos-util.jar" /> + <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" /> + </resources> + + <application-desc main-class="demos.gears.Gears"/> +</jnlp> |