summaryrefslogtreecommitdiffstats
path: root/jnlp-files/Gears.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/Gears.jnlp')
-rwxr-xr-xjnlp-files/Gears.jnlp22
1 files changed, 22 insertions, 0 deletions
diff --git a/jnlp-files/Gears.jnlp b/jnlp-files/Gears.jnlp
new file mode 100755
index 0000000..0e09e07
--- /dev/null
+++ b/jnlp-files/Gears.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="Gears.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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.gears.Gears"/>
+</jnlp>