summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-03 23:37:40 +0000
committerSven Gothel <[email protected]>2009-07-03 23:37:40 +0000
commitd2479923b88f4444da2c48891e7ec006575d20cd (patch)
treece16a0157643b356f70f807e6ec087d31f3d5803
parent676988d2ef6fbcd635cdfaeace39a4b17d73b5f3 (diff)
Adding boiler-plate JNLP files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@368 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r--jnlp-files/CustomText.jnlp22
-rw-r--r--jnlp-files/FlyingText.jnlp22
-rwxr-xr-xjnlp-files/Gears.jnlp22
-rwxr-xr-xjnlp-files/HDR.jnlp31
-rw-r--r--jnlp-files/HWShadowmapsSimple.jnlp23
-rw-r--r--jnlp-files/InfiniteShadowVolumes.jnlp23
-rw-r--r--jnlp-files/JRefract.jnlp26
-rw-r--r--jnlp-files/JRefractNoOGL.jnlp23
-rw-r--r--jnlp-files/ParticleEngine.jnlp21
-rw-r--r--jnlp-files/ProceduralTexturePhysics.jnlp23
-rw-r--r--jnlp-files/TestTextRenderer.jnlp22
-rw-r--r--jnlp-files/TextCube.jnlp22
-rw-r--r--jnlp-files/TextFlow.jnlp22
-rw-r--r--jnlp-files/VertexArrayRange.jnlp22
-rw-r--r--jnlp-files/VertexBufferObject.jnlp22
-rw-r--r--jnlp-files/VertexProgRefract.jnlp23
-rw-r--r--jnlp-files/VertexProgWarp.jnlp23
-rw-r--r--jnlp-files/WorldWindBasicDemo.jnlp26
-rw-r--r--jnlp-files/XTrans.jnlp25
-rw-r--r--jnlp-files/version.jnlp20
-rw-r--r--jnlp-files/worldwind.jnlp26
21 files changed, 489 insertions, 0 deletions
diff --git a/jnlp-files/CustomText.jnlp b/jnlp-files/CustomText.jnlp
new file mode 100644
index 0000000..6922608
--- /dev/null
+++ b/jnlp-files/CustomText.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="CustomText.jnlp">
+ <information>
+ <title>Custom Text</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Custom Text</description>
+ <description kind="short">Advanced demo of TextRenderer, showing use of a custom RenderDelegate for fancy Java 2D font rendering effects.</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.j2d.CustomText"/>
+</jnlp>
diff --git a/jnlp-files/FlyingText.jnlp b/jnlp-files/FlyingText.jnlp
new file mode 100644
index 0000000..d421cbb
--- /dev/null
+++ b/jnlp-files/FlyingText.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="FlyingText.jnlp">
+ <information>
+ <title>Flying Text</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Flying Text</description>
+ <description kind="short">Advanced demo of TextRenderer, showing animated and colored text with drop shadows.</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.j2d.FlyingText"/>
+</jnlp>
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>
diff --git a/jnlp-files/HDR.jnlp b/jnlp-files/HDR.jnlp
new file mode 100755
index 0000000..bfc46f0
--- /dev/null
+++ b/jnlp-files/HDR.jnlp
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="HDR.jnlp">
+ <information>
+ <title>JOGL High Dynamic Range Rendering Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>High Dynamic Range Rendering Demo</description>
+ <description kind="short">NVidia's High Dynamic Range (HDR) rendering 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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.hdr.HDR">
+ <argument>demos/data/images/stpeters_cross.hdr</argument>
+ <argument>512</argument>
+ <argument>384</argument>
+ <argument>2</argument>
+ <argument>7</argument>
+ <argument>3</argument>
+ <argument>demos/data/models/teapot.obj</argument>
+ </application-desc>
+</jnlp>
diff --git a/jnlp-files/HWShadowmapsSimple.jnlp b/jnlp-files/HWShadowmapsSimple.jnlp
new file mode 100644
index 0000000..566ce1b
--- /dev/null
+++ b/jnlp-files/HWShadowmapsSimple.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="HWShadowmapsSimple.jnlp">
+ <information>
+ <title>JOGL Hardware Shadow Maps Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>HWShadowmapsSimple Demo</description>
+ <description kind="short">NVidia's HWShadowmapsSimple 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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.hwShadowmapsSimple.HWShadowmapsSimple"/>
+</jnlp>
diff --git a/jnlp-files/InfiniteShadowVolumes.jnlp b/jnlp-files/InfiniteShadowVolumes.jnlp
new file mode 100644
index 0000000..e542347
--- /dev/null
+++ b/jnlp-files/InfiniteShadowVolumes.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="InfiniteShadowVolumes.jnlp">
+ <information>
+ <title>JOGL Infinite Shadow Volumes Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>InfiniteShadowVolumes Demo</description>
+ <description kind="short">NVidia's InfiniteShadowVolumes 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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes"/>
+</jnlp>
diff --git a/jnlp-files/JRefract.jnlp b/jnlp-files/JRefract.jnlp
new file mode 100644
index 0000000..fd37f1a
--- /dev/null
+++ b/jnlp-files/JRefract.jnlp
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="JRefract.jnlp">
+ <information>
+ <title>JOGL JRefract Demo - JOGL/Java2D Integration</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 and integration with Java2D's OpenGL pipeline.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.opengl" value="True"/>
+ <!-- Temporary workaround for slowness in Windows NVidia drivers -->
+ <property name="swing.bufferPerWindow" value="false"/>
+ <property name="jogl.debug.GLJPanel" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.jrefract.JRefract"/>
+</jnlp>
diff --git a/jnlp-files/JRefractNoOGL.jnlp b/jnlp-files/JRefractNoOGL.jnlp
new file mode 100644
index 0000000..e86f505
--- /dev/null
+++ b/jnlp-files/JRefractNoOGL.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="JRefract.jnlp">
+ <information>
+ <title>JOGL JRefract Demo - no JOGL/Java2D Integration</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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.jrefract.JRefract"/>
+</jnlp>
diff --git a/jnlp-files/ParticleEngine.jnlp b/jnlp-files/ParticleEngine.jnlp
new file mode 100644
index 0000000..5c0592f
--- /dev/null
+++ b/jnlp-files/ParticleEngine.jnlp
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="ParticleEngine.jnlp">
+ <information>
+ <title>JOGL Particle Engine Demo</title>
+ <vendor>Ben Chappell</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Particle Engine Demo</description>
+ <description kind="short">Particle Engine demonstration written in Java using 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"/>
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.particles.engine.ControlWindow"/>
+</jnlp>
diff --git a/jnlp-files/ProceduralTexturePhysics.jnlp b/jnlp-files/ProceduralTexturePhysics.jnlp
new file mode 100644
index 0000000..4d34459
--- /dev/null
+++ b/jnlp-files/ProceduralTexturePhysics.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="ProceduralTexturePhysics.jnlp">
+ <information>
+ <title>JOGL Procedural Texture Physics Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>ProceduralTexturePhysics Demo</description>
+ <description kind="short">NVidia's ProceduralTexturePhysics 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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.proceduralTexturePhysics.ProceduralTexturePhysics"/>
+</jnlp>
diff --git a/jnlp-files/TestTextRenderer.jnlp b/jnlp-files/TestTextRenderer.jnlp
new file mode 100644
index 0000000..22ad58a
--- /dev/null
+++ b/jnlp-files/TestTextRenderer.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="TestTextRenderer.jnlp">
+ <information>
+ <title>TextRenderer Test</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>TextRenderer Test</description>
+ <description kind="short">Simple test of TextRenderer, with text overlaid on Gears 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="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.j2d.TestTextRenderer"/>
+</jnlp>
diff --git a/jnlp-files/TextCube.jnlp b/jnlp-files/TextCube.jnlp
new file mode 100644
index 0000000..0461348
--- /dev/null
+++ b/jnlp-files/TextCube.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="TextCube.jnlp">
+ <information>
+ <title>Text Cube</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Text Cube</description>
+ <description kind="short">Shows how to use the TextRenderer to draw 2D text in 3D.</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.j2d.TextCube"/>
+</jnlp>
diff --git a/jnlp-files/TextFlow.jnlp b/jnlp-files/TextFlow.jnlp
new file mode 100644
index 0000000..9ad1b2d
--- /dev/null
+++ b/jnlp-files/TextFlow.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="TextFlow.jnlp">
+ <information>
+ <title>Text Flow</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Text Flow</description>
+ <description kind="short">Shows how to use the TextRenderer to draw dynamically flowing text.</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.j2d.TextFlow"/>
+</jnlp>
diff --git a/jnlp-files/VertexArrayRange.jnlp b/jnlp-files/VertexArrayRange.jnlp
new file mode 100644
index 0000000..59ffcc6
--- /dev/null
+++ b/jnlp-files/VertexArrayRange.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="VertexArrayRange.jnlp">
+ <information>
+ <title>JOGL Vertex Array Range Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>VertexArrayRange Demo</description>
+ <description kind="short">NVidia's vertex_array_range 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.vertexArrayRange.VertexArrayRange"/>
+</jnlp>
diff --git a/jnlp-files/VertexBufferObject.jnlp b/jnlp-files/VertexBufferObject.jnlp
new file mode 100644
index 0000000..ec704b8
--- /dev/null
+++ b/jnlp-files/VertexBufferObject.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="VertexBufferObject.jnlp">
+ <information>
+ <title>JOGL Vertex Buffer Object Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>VertexBufferObject Demo</description>
+ <description kind="short">NVidia's vertex_array_range demo ported to Java, JOGL, and ARB_vertex_buffer_object.</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.vertexBufferObject.VertexBufferObject"/>
+</jnlp>
diff --git a/jnlp-files/VertexProgRefract.jnlp b/jnlp-files/VertexProgRefract.jnlp
new file mode 100644
index 0000000..fbe54ab
--- /dev/null
+++ b/jnlp-files/VertexProgRefract.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ 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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.vertexProgRefract.VertexProgRefract"/>
+</jnlp>
diff --git a/jnlp-files/VertexProgWarp.jnlp b/jnlp-files/VertexProgWarp.jnlp
new file mode 100644
index 0000000..ec20eea
--- /dev/null
+++ b/jnlp-files/VertexProgWarp.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="VertexProgWarp.jnlp">
+ <information>
+ <title>JOGL VertexProgWarp Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>VertexProgWarp Demo</description>
+ <description kind="short">NVidia's vtxprog_warp 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-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.vertexProgWarp.VertexProgWarp"/>
+</jnlp>
diff --git a/jnlp-files/WorldWindBasicDemo.jnlp b/jnlp-files/WorldWindBasicDemo.jnlp
new file mode 100644
index 0000000..4f213bf
--- /dev/null
+++ b/jnlp-files/WorldWindBasicDemo.jnlp
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="DEMO_CODEBASE_TAG"
+ href="WorldWindBasicDemo.jnlp">
+ <information>
+ <title>World Wind Java Application</title>
+ <vendor>NASA</vendor>
+ <homepage href="http://worldwind.arc.nasa.gov"/>
+ <description>World Wind Java Basic Demo</description>
+ <description kind="short">World Wind Java Application</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+"
+ max-heap-size="512m"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="http://worldwind.arc.nasa.gov/java/0.3.0/webstart/BasicDemo.jar" main="true"/>
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp"/>
+ <extension name="worldwind" href="http://worldwind.arc.nasa.gov/java/0.3.0/webstart/worldwind.jnlp"/>
+ </resources>
+ <application-desc main-class="gov.nasa.worldwind.examples.ApplicationTemplate"/>
+</jnlp>
diff --git a/jnlp-files/XTrans.jnlp b/jnlp-files/XTrans.jnlp
new file mode 100644
index 0000000..a231ed1
--- /dev/null
+++ b/jnlp-files/XTrans.jnlp
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="XTrans.jnlp">
+ <information>
+ <title>JOGL XTrans (Accelerated Transition) Demo - JOGL/Java2D Integration</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>XTrans Demo</description>
+ <description kind="short">Demo showing OpenGL-accelerated animated transitions of Swing components using the Java2D/JOGL bridge.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.opengl" value="True"/>
+ <!-- Temporary workaround for slowness in Windows NVidia drivers -->
+ <property name="swing.bufferPerWindow" value="false"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.xtrans.Main"/>
+</jnlp>
diff --git a/jnlp-files/version.jnlp b/jnlp-files/version.jnlp
new file mode 100644
index 0000000..2a36c6f
--- /dev/null
+++ b/jnlp-files/version.jnlp
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="version.jnlp">
+ <information>
+ <title>JOGL Version Info</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Version Info</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"/>
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.misc.VersionInfo"/>
+</jnlp>
diff --git a/jnlp-files/worldwind.jnlp b/jnlp-files/worldwind.jnlp
new file mode 100644
index 0000000..5eca29b
--- /dev/null
+++ b/jnlp-files/worldwind.jnlp
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="DEMO_CODEBASE_TAG"
+ href="worldwind.jnlp">
+ <information>
+ <title>World Wind Java Application</title>
+ <vendor>NASA</vendor>
+ <homepage href="http://worldwind.arc.nasa.gov"/>
+ <description>World Wind Java Basic Demo</description>
+ <description kind="short">World Wind Java Application</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" initial-heap-size="512m"
+ max-heap-size="512m"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="worldwind.jar" main="true"/>
+ <extension name="jogl-all-awt"
+ href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp"/>
+ </resources>
+ <application-desc main-class="worldwinddemo.BasicDemo"/>
+</jnlp>