summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-08-04 02:39:51 +0000
committerKenneth Russel <[email protected]>2003-08-04 02:39:51 +0000
commit02e667d6c20294bae59cce280bad77c7c61cf2b8 (patch)
tree3a41b84cd4f1e742c4d4c0f7f8dc0faf6ebcfd07
parente6b95d2fbd93bb3b88c523a4d564c06c3eb78631 (diff)
Converted all JNLP files to use https after java.net cutover to https only
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@19 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r--www/index.html12
-rw-r--r--www/webstart/HWShadowmapsSimple.jnlp4
-rw-r--r--www/webstart/InfiniteShadowVolumes.jnlp4
-rw-r--r--www/webstart/ProceduralTexturePhysics.jnlp4
-rw-r--r--www/webstart/VertexArrayRange.jnlp4
-rw-r--r--www/webstart/VertexProgRefract.jnlp4
-rw-r--r--www/webstart/VertexProgWarp.jnlp4
7 files changed, 18 insertions, 18 deletions
diff --git a/www/index.html b/www/index.html
index f9c4e44..964611c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -238,7 +238,7 @@ documentation</a><br>
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/HWShadowmapsSimple.jnlp">
+ href="https://jogl-demos.dev.java.net/webstart/HWShadowmapsSimple.jnlp">
<img src="shadowmaps_sm.jpg" width="160" height="160"
alt="Launch Hardware Shadow Mapping demo">
</a> </td>
@@ -308,7 +308,7 @@ exposed in JOGL on Mac OS X) </td>
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/InfiniteShadowVolumes.jnlp">
+ href="https://jogl-demos.dev.java.net/webstart/InfiniteShadowVolumes.jnlp">
<img src="shadowvolumes_sm.jpg" width="160" height="161"
alt="Launch Infinite Shadow Volumes demo">
</a> </td>
@@ -375,7 +375,7 @@ technique of infinite shadow volumes. <a
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/VertexProgWarp.jnlp">
+ href="https://jogl-demos.dev.java.net/webstart/VertexProgWarp.jnlp">
<img src="warp_sm.jpg" width="160" height="142"
alt="Launch Vertex Prog Warp demo">
</a> </td>
@@ -442,7 +442,7 @@ graphics card using ARB_vertex_program. <a
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/VertexProgRefract.jnlp">
+ href="https://jogl-demos.dev.java.net/webstart/VertexProgRefract.jnlp">
<img src="refract_sm.jpg" width="160" height="161"
alt="Launch Vertex Prog Refract demo">
</a> </td>
@@ -509,7 +509,7 @@ chromatic aberration using ARB_vertex_program and register combiners. <a
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/ProceduralTexturePhysics.jnlp">
+ href="https://jogl-demos.dev.java.net/webstart/ProceduralTexturePhysics.jnlp">
<img src="water_sm.jpg" width="160" height="160"
alt="Launch Procedural Texture Physics demo">
</a> </td>
@@ -643,7 +643,7 @@ by Brian Paul; converted to Java by Ron Cemer and Sven Goethel.
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/VertexArrayRange.jnlp">
+ href="https://jogl-demos.dev.java.net/webstart/VertexArrayRange.jnlp">
<img src="VertexArrayRange_sm.jpg" width="160" height="164"
alt="Launch Vertex Array Range demo">
</a> </td>
diff --git a/www/webstart/HWShadowmapsSimple.jnlp b/www/webstart/HWShadowmapsSimple.jnlp
index 1814335..dc5befd 100644
--- a/www/webstart/HWShadowmapsSimple.jnlp
+++ b/www/webstart/HWShadowmapsSimple.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
- codebase="http://jogl-demos.dev.java.net/webstart/"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
href="HWShadowmapsSimple.jnlp">
<information>
<title>JOGL Hardware Shadow Maps Demo</title>
@@ -17,7 +17,7 @@
<jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
</resources>
<application-desc main-class="demos.hwShadowmapsSimple.HWShadowmapsSimple"/>
diff --git a/www/webstart/InfiniteShadowVolumes.jnlp b/www/webstart/InfiniteShadowVolumes.jnlp
index 73a5336..2a910b0 100644
--- a/www/webstart/InfiniteShadowVolumes.jnlp
+++ b/www/webstart/InfiniteShadowVolumes.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
- codebase="http://jogl-demos.dev.java.net/webstart/"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
href="InfiniteShadowVolumes.jnlp">
<information>
<title>JOGL Infinite Shadow Volumes Demo</title>
@@ -17,7 +17,7 @@
<jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
</resources>
<application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes"/>
diff --git a/www/webstart/ProceduralTexturePhysics.jnlp b/www/webstart/ProceduralTexturePhysics.jnlp
index e0172ac..3becd13 100644
--- a/www/webstart/ProceduralTexturePhysics.jnlp
+++ b/www/webstart/ProceduralTexturePhysics.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
- codebase="http://jogl-demos.dev.java.net/webstart/"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
href="ProceduralTexturePhysics.jnlp">
<information>
<title>JOGL Procedural Texture Physics Demo</title>
@@ -17,7 +17,7 @@
<jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
</resources>
<application-desc main-class="demos.proceduralTexturePhysics.ProceduralTexturePhysics"/>
diff --git a/www/webstart/VertexArrayRange.jnlp b/www/webstart/VertexArrayRange.jnlp
index fda9a37..f31500b 100644
--- a/www/webstart/VertexArrayRange.jnlp
+++ b/www/webstart/VertexArrayRange.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
- codebase="http://jogl-demos.dev.java.net/webstart/"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
href="VertexArrayRange.jnlp">
<information>
<title>JOGL Vertex Array Range Demo</title>
@@ -16,7 +16,7 @@
<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" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
</resources>
<application-desc main-class="demos.vertexArrayRange.VertexArrayRange"/>
diff --git a/www/webstart/VertexProgRefract.jnlp b/www/webstart/VertexProgRefract.jnlp
index f2919da..b569345 100644
--- a/www/webstart/VertexProgRefract.jnlp
+++ b/www/webstart/VertexProgRefract.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
- codebase="http://jogl-demos.dev.java.net/webstart/"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
href="VertexProgRefract.jnlp">
<information>
<title>JOGL VertexProgRefract Demo</title>
@@ -17,7 +17,7 @@
<jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
</resources>
<application-desc main-class="demos.vertexProgRefract.VertexProgRefract"/>
diff --git a/www/webstart/VertexProgWarp.jnlp b/www/webstart/VertexProgWarp.jnlp
index 63226fc..79d1a94 100644
--- a/www/webstart/VertexProgWarp.jnlp
+++ b/www/webstart/VertexProgWarp.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
- codebase="http://jogl-demos.dev.java.net/webstart/"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
href="VertexProgWarp.jnlp">
<information>
<title>JOGL VertexProgWarp Demo</title>
@@ -17,7 +17,7 @@
<jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
</resources>
<application-desc main-class="demos.vertexProgWarp.VertexProgWarp"/>