diff options
author | Kenneth Russel <[email protected]> | 2005-05-28 18:26:01 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-28 18:26:01 +0000 |
commit | 483803a232e95f1f3fa64883bd8fd668988b5b42 (patch) | |
tree | 426551b8db2a36c69afb747fcd3f932b0064f1ff /www/webstart | |
parent | b4ac17ea95b0e5c4ee6b9eef54f5ef89f674c8d3 (diff) |
Removed all spec elements from JNLP tags on advice of tusaki on
javagaming.org forums
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@87 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/webstart')
-rw-r--r-- | www/webstart/GearsTmp.jnlp | 3 | ||||
-rwxr-xr-x | www/webstart/HDR.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/HWShadowmapsSimple.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/InfiniteShadowVolumes.jnlp | 3 | ||||
-rwxr-xr-x | www/webstart/JRefract.jnlp | 3 | ||||
-rwxr-xr-x | www/webstart/JRefractSingleThreaded.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/ProceduralTexturePhysics.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/TestHandleBox.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/TestTranslate1.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/TestTranslate2.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/VertexArrayRange.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/VertexBufferObject.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/VertexProgRefract.jnlp | 3 | ||||
-rw-r--r-- | www/webstart/VertexProgWarp.jnlp | 3 |
14 files changed, 14 insertions, 28 deletions
diff --git a/www/webstart/GearsTmp.jnlp b/www/webstart/GearsTmp.jnlp index 0d0b365..0a1cb17 100644 --- a/www/webstart/GearsTmp.jnlp +++ b/www/webstart/GearsTmp.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="GearsTmp.jnlp"> <information> <title>JOGL Gears Demo</title> diff --git a/www/webstart/HDR.jnlp b/www/webstart/HDR.jnlp index 2623ec0..6249d83 100755 --- a/www/webstart/HDR.jnlp +++ b/www/webstart/HDR.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="HDR.jnlp"> <information> <title>JOGL High Dynamic Range Rendering Demo</title> diff --git a/www/webstart/HWShadowmapsSimple.jnlp b/www/webstart/HWShadowmapsSimple.jnlp index dc5befd..82e2db9 100644 --- a/www/webstart/HWShadowmapsSimple.jnlp +++ b/www/webstart/HWShadowmapsSimple.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="HWShadowmapsSimple.jnlp"> <information> <title>JOGL Hardware Shadow Maps Demo</title> diff --git a/www/webstart/InfiniteShadowVolumes.jnlp b/www/webstart/InfiniteShadowVolumes.jnlp index 2a910b0..279e93d 100644 --- a/www/webstart/InfiniteShadowVolumes.jnlp +++ b/www/webstart/InfiniteShadowVolumes.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="InfiniteShadowVolumes.jnlp"> <information> <title>JOGL Infinite Shadow Volumes Demo</title> diff --git a/www/webstart/JRefract.jnlp b/www/webstart/JRefract.jnlp index 11edcc8..4bf630c 100755 --- a/www/webstart/JRefract.jnlp +++ b/www/webstart/JRefract.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="JRefract.jnlp"> <information> <title>JOGL JRefract Demo</title> diff --git a/www/webstart/JRefractSingleThreaded.jnlp b/www/webstart/JRefractSingleThreaded.jnlp index c278249..8ddda85 100755 --- a/www/webstart/JRefractSingleThreaded.jnlp +++ b/www/webstart/JRefractSingleThreaded.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="JRefractSingleThreaded.jnlp"> <information> <title>JOGL JRefract Demo</title> diff --git a/www/webstart/ProceduralTexturePhysics.jnlp b/www/webstart/ProceduralTexturePhysics.jnlp index 3becd13..1dc3414 100644 --- a/www/webstart/ProceduralTexturePhysics.jnlp +++ b/www/webstart/ProceduralTexturePhysics.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="ProceduralTexturePhysics.jnlp"> <information> <title>JOGL Procedural Texture Physics Demo</title> diff --git a/www/webstart/TestHandleBox.jnlp b/www/webstart/TestHandleBox.jnlp index 24ac6ec..1617c1d 100644 --- a/www/webstart/TestHandleBox.jnlp +++ b/www/webstart/TestHandleBox.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="TestHandleBox.jnlp"> <information> <title>HandleBox Manipulator</title> diff --git a/www/webstart/TestTranslate1.jnlp b/www/webstart/TestTranslate1.jnlp index 87b213e..8396b84 100644 --- a/www/webstart/TestTranslate1.jnlp +++ b/www/webstart/TestTranslate1.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="TestTranslate1.jnlp"> <information> <title>Translate1 Manipulator</title> diff --git a/www/webstart/TestTranslate2.jnlp b/www/webstart/TestTranslate2.jnlp index 9e1df03..068195a 100644 --- a/www/webstart/TestTranslate2.jnlp +++ b/www/webstart/TestTranslate2.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="TestTranslate2.jnlp"> <information> <title>Translate2 Manipulator</title> diff --git a/www/webstart/VertexArrayRange.jnlp b/www/webstart/VertexArrayRange.jnlp index f31500b..cdc9071 100644 --- a/www/webstart/VertexArrayRange.jnlp +++ b/www/webstart/VertexArrayRange.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="VertexArrayRange.jnlp"> <information> <title>JOGL Vertex Array Range Demo</title> diff --git a/www/webstart/VertexBufferObject.jnlp b/www/webstart/VertexBufferObject.jnlp index a7e7244..9eeca55 100644 --- a/www/webstart/VertexBufferObject.jnlp +++ b/www/webstart/VertexBufferObject.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="VertexBufferObject.jnlp"> <information> <title>JOGL Vertex Buffer Object Demo</title> diff --git a/www/webstart/VertexProgRefract.jnlp b/www/webstart/VertexProgRefract.jnlp index b569345..3318643 100644 --- a/www/webstart/VertexProgRefract.jnlp +++ b/www/webstart/VertexProgRefract.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="VertexProgRefract.jnlp"> <information> <title>JOGL VertexProgRefract Demo</title> diff --git a/www/webstart/VertexProgWarp.jnlp b/www/webstart/VertexProgWarp.jnlp index 79d1a94..28f6e57 100644 --- a/www/webstart/VertexProgWarp.jnlp +++ b/www/webstart/VertexProgWarp.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0" - codebase="https://jogl-demos.dev.java.net/webstart/" +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" href="VertexProgWarp.jnlp"> <information> <title>JOGL VertexProgWarp Demo</title> |