summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-19 04:17:25 +0200
committerSven Gothel <[email protected]>2010-05-19 04:17:25 +0200
commit2329eaec304b79b1f9cd5838f7ea8747a9b45e14 (patch)
tree5b4aeff3092956e8a152ccff64fd9a705eb63155
parent8da49e2e73ca05e436c79722c28e914d0c31be03 (diff)
Fix JNLPs .. vendor and url
-rw-r--r--www/applettest-joal-next.html6
-rw-r--r--www/applettest-joal.html12
-rw-r--r--www/webstart/GearsTmp.jnlp22
-rwxr-xr-xwww/webstart/HDR.jnlp31
-rw-r--r--www/webstart/HWShadowmapsSimple.jnlp23
-rw-r--r--www/webstart/InfiniteShadowVolumes.jnlp23
-rwxr-xr-xwww/webstart/JRefract.jnlp23
-rwxr-xr-xwww/webstart/JRefract231NoOGL.jnlp23
-rwxr-xr-xwww/webstart/JRefract231OGL.jnlp26
-rwxr-xr-xwww/webstart/JRefractSingleThreaded.jnlp24
-rw-r--r--www/webstart/ProceduralTexturePhysics.jnlp23
-rw-r--r--www/webstart/TestHandleBox.jnlp20
-rw-r--r--www/webstart/TestTranslate1.jnlp20
-rw-r--r--www/webstart/TestTranslate2.jnlp20
-rw-r--r--www/webstart/VertexArrayRange.jnlp22
-rw-r--r--www/webstart/VertexBufferObject.jnlp22
-rw-r--r--www/webstart/VertexProgRefract.jnlp23
-rw-r--r--www/webstart/VertexProgWarp.jnlp23
18 files changed, 9 insertions, 377 deletions
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html
index 27386ec..60a433a 100644
--- a/www/applettest-joal-next.html
+++ b/www/applettest-joal-next.html
@@ -15,8 +15,8 @@
http://jogamp.org/deployment/webstart-next/jogl.all.jar,
http://jogamp.org/deployment/webstart-next/gluegen-rt.jar,
http://jogamp.org/deployment/webstart-next/jogl-demos.jar,
- http://download.java.net/media/joal/webstart/joal.jar,
- http://download.java.net/media/joal/webstart/joal-demos.jar">
+ http://jogamp.org/deployment/webstart/joal.jar,
+ http://jogamp.org/deployment/webstart/joal-demos.jar">
<param name="codebase_lookup" value="false">
<param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet">
<param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet">
@@ -26,7 +26,7 @@
<param name="jnlpExtension1"
value="http://jogamp.org/deployment/webstart-next/jogl-core.jnlp">
<param name="jnlpExtension2"
- value="http://download.java.net/media/joal/webstart/joal.jnlp">
+ value="http://jogamp.org/deployment/webstart/joal.jnlp">
</applet>
diff --git a/www/applettest-joal.html b/www/applettest-joal.html
index 41e8b40..0ff2de8 100644
--- a/www/applettest-joal.html
+++ b/www/applettest-joal.html
@@ -34,8 +34,8 @@ rendering and OpenAL audio:
http://jogamp.org/deployment/webstart/jogl.all.jar,
http://jogamp.org/deployment/webstart/gluegen-rt.jar,
http://jogamp.org/deployment/webstart/jogl-demos.jar,
- http://download.java.net/media/joal/webstart/joal.jar,
- http://download.java.net/media/joal/webstart/joal-demos.jar">
+ http://jogamp.org/deployment/webstart/joal.jar,
+ http://jogamp.org/deployment/webstart/joal-demos.jar">
<param name="codebase_lookup" value="false">
<param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet">
<param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet">
@@ -45,7 +45,7 @@ rendering and OpenAL audio:
<param name="jnlpExtension1"
value="http://jogamp.org/deployment/webstart/jogl-core.jnlp">
<param name="jnlpExtension2"
- value="http://download.java.net/media/joal/webstart/joal.jnlp">
+ value="http://jogamp.org/deployment/webstart/joal.jnlp">
</applet>
@@ -62,8 +62,8 @@ The applet above is instantiated with the following code:
http://jogamp.org/deployment/webstart/jogl.all.jar,
http://jogamp.org/deployment/webstart/gluegen-rt.jar,
http://jogamp.org/deployment/webstart/jogl-demos.jar,
- http://download.java.net/media/joal/webstart/joal.jar,
- http://download.java.net/media/joal/webstart/joal-demos.jar"&gt;
+ http://jogamp.org/deployment/webstart/joal.jar,
+ http://jogamp.org/deployment/webstart/joal-demos.jar"&gt;
&lt;param name="codebase_lookup" value="false"&gt;
&lt;param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"&gt;
&lt;param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"&gt;
@@ -73,7 +73,7 @@ The applet above is instantiated with the following code:
&lt;param name="jnlpExtension1"
value="http://jogamp.org/deployment/webstart/jogl-core.jnlp"&gt;
&lt;param name="jnlpExtension2"
- value="http://download.java.net/media/joal/webstart/joal.jnlp"&gt;
+ value="http://jogamp.org/deployment/webstart/joal.jnlp"&gt;
&lt;/applet&gt;
</pre>
diff --git a/www/webstart/GearsTmp.jnlp b/www/webstart/GearsTmp.jnlp
deleted file mode 100644
index 0a1cb17..0000000
--- a/www/webstart/GearsTmp.jnlp
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://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="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.gears.Gears"/>
-</jnlp>
diff --git a/www/webstart/HDR.jnlp b/www/webstart/HDR.jnlp
deleted file mode 100755
index 6249d83..0000000
--- a/www/webstart/HDR.jnlp
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.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/www/webstart/HWShadowmapsSimple.jnlp b/www/webstart/HWShadowmapsSimple.jnlp
deleted file mode 100644
index 82e2db9..0000000
--- a/www/webstart/HWShadowmapsSimple.jnlp
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.hwShadowmapsSimple.HWShadowmapsSimple"/>
-</jnlp>
diff --git a/www/webstart/InfiniteShadowVolumes.jnlp b/www/webstart/InfiniteShadowVolumes.jnlp
deleted file mode 100644
index 279e93d..0000000
--- a/www/webstart/InfiniteShadowVolumes.jnlp
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes"/>
-</jnlp>
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>
diff --git a/www/webstart/JRefract231NoOGL.jnlp b/www/webstart/JRefract231NoOGL.jnlp
deleted file mode 100755
index a6ff1dd..0000000
--- a/www/webstart/JRefract231NoOGL.jnlp
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- href="JRefract231NoOGL.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-jsr-231.jar" main="true"/>
- <jar href="jogl-demos-util-jsr-231.jar" />
- <jar href="jogl-demos-data-jsr-231.jar" />
- <extension name="jogl-jsr-231" href="https://jogl.dev.java.net/webstart/jogl-jsr-231.jnlp" />
- </resources>
-
- <application-desc main-class="demos.jrefract.JRefract"/>
-</jnlp>
diff --git a/www/webstart/JRefract231OGL.jnlp b/www/webstart/JRefract231OGL.jnlp
deleted file mode 100755
index ccd5a01..0000000
--- a/www/webstart/JRefract231OGL.jnlp
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- href="JRefract231OGL.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-jsr-231.jar" main="true"/>
- <jar href="jogl-demos-util-jsr-231.jar" />
- <jar href="jogl-demos-data-jsr-231.jar" />
- <extension name="jogl-jsr-231" href="https://jogl.dev.java.net/webstart/jogl-jsr-231.jnlp" />
- </resources>
-
- <application-desc main-class="demos.jrefract.JRefract"/>
-</jnlp>
diff --git a/www/webstart/JRefractSingleThreaded.jnlp b/www/webstart/JRefractSingleThreaded.jnlp
deleted file mode 100755
index 8ddda85..0000000
--- a/www/webstart/JRefractSingleThreaded.jnlp
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- href="JRefractSingleThreaded.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"/>
- <property name="JOGL_SINGLE_THREADED_WORKAROUND" 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>
diff --git a/www/webstart/ProceduralTexturePhysics.jnlp b/www/webstart/ProceduralTexturePhysics.jnlp
deleted file mode 100644
index 1dc3414..0000000
--- a/www/webstart/ProceduralTexturePhysics.jnlp
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.proceduralTexturePhysics.ProceduralTexturePhysics"/>
-</jnlp>
diff --git a/www/webstart/TestHandleBox.jnlp b/www/webstart/TestHandleBox.jnlp
deleted file mode 100644
index 1617c1d..0000000
--- a/www/webstart/TestHandleBox.jnlp
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- href="TestHandleBox.jnlp">
- <information>
- <title>HandleBox Manipulator</title>
- <vendor>Kenneth Russell</vendor>
- <homepage href="http://jogl-demos.dev.java.net/"/>
- <description>HandleBox Manipulator Test</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-util.jar" main="true" />
- <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="gleem.TestExaminerViewer"/>
-</jnlp>
diff --git a/www/webstart/TestTranslate1.jnlp b/www/webstart/TestTranslate1.jnlp
deleted file mode 100644
index 8396b84..0000000
--- a/www/webstart/TestTranslate1.jnlp
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- href="TestTranslate1.jnlp">
- <information>
- <title>Translate1 Manipulator</title>
- <vendor>Kenneth Russell</vendor>
- <homepage href="http://jogl-demos.dev.java.net/"/>
- <description>Translate1 Manipulator Test</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-util.jar" main="true" />
- <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="gleem.TestTranslate1"/>
-</jnlp>
diff --git a/www/webstart/TestTranslate2.jnlp b/www/webstart/TestTranslate2.jnlp
deleted file mode 100644
index 068195a..0000000
--- a/www/webstart/TestTranslate2.jnlp
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- href="TestTranslate2.jnlp">
- <information>
- <title>Translate2 Manipulator</title>
- <vendor>Kenneth Russell</vendor>
- <homepage href="http://jogl-demos.dev.java.net/"/>
- <description>Translate2 Manipulator Test</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-util.jar" main="true" />
- <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="gleem.TestTranslate2"/>
-</jnlp>
diff --git a/www/webstart/VertexArrayRange.jnlp b/www/webstart/VertexArrayRange.jnlp
deleted file mode 100644
index cdc9071..0000000
--- a/www/webstart/VertexArrayRange.jnlp
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.vertexArrayRange.VertexArrayRange"/>
-</jnlp>
diff --git a/www/webstart/VertexBufferObject.jnlp b/www/webstart/VertexBufferObject.jnlp
deleted file mode 100644
index 9eeca55..0000000
--- a/www/webstart/VertexBufferObject.jnlp
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.vertexBufferObject.VertexBufferObject"/>
-</jnlp>
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>
diff --git a/www/webstart/VertexProgWarp.jnlp b/www/webstart/VertexProgWarp.jnlp
deleted file mode 100644
index 28f6e57..0000000
--- a/www/webstart/VertexProgWarp.jnlp
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
- 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" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
- </resources>
-
- <application-desc main-class="demos.vertexProgWarp.VertexProgWarp"/>
-</jnlp>