summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-22 00:42:12 +0200
committerSven Gothel <[email protected]>2010-04-22 00:42:12 +0200
commitd4d82cfd4580a9796bfbb8224b1cb18da14b33cb (patch)
treedf205cbab0c8bb3c2bcf7bd4eddda46a307c9f84
parent7e339aa444a47dfef997f06fc5e75d010d194e3a (diff)
JNLP: Update Check Background - Always
-rw-r--r--jnlp-files/CustomText.jnlp1
-rw-r--r--jnlp-files/FlyingText.jnlp1
-rwxr-xr-xjnlp-files/Gears.jnlp1
-rwxr-xr-xjnlp-files/HDR.jnlp1
-rw-r--r--jnlp-files/HWShadowmapsSimple.jnlp1
-rw-r--r--jnlp-files/InfiniteShadowVolumes.jnlp1
-rw-r--r--jnlp-files/JRefract.jnlp1
-rw-r--r--jnlp-files/JRefractNoOGL.jnlp1
-rw-r--r--jnlp-files/ParticleEngine.jnlp1
-rw-r--r--jnlp-files/ProceduralTexturePhysics.jnlp1
-rw-r--r--jnlp-files/TestTextRenderer.jnlp1
-rw-r--r--jnlp-files/TextCube.jnlp1
-rw-r--r--jnlp-files/TextFlow.jnlp1
-rw-r--r--jnlp-files/VertexArrayRange.jnlp1
-rw-r--r--jnlp-files/VertexBufferObject.jnlp1
-rw-r--r--jnlp-files/VertexProgRefract.jnlp1
-rw-r--r--jnlp-files/VertexProgWarp.jnlp1
-rw-r--r--jnlp-files/WorldWindBasicDemo.jnlp1
-rw-r--r--jnlp-files/XTrans.jnlp1
-rw-r--r--jnlp-files/applet-gears.jnlp1
-rw-r--r--jnlp-files/jogl-newt-applet-runner.jnlp1
-rw-r--r--jnlp-files/version.jnlp1
-rw-r--r--jnlp-files/worldwind.jnlp1
23 files changed, 23 insertions, 0 deletions
diff --git a/jnlp-files/CustomText.jnlp b/jnlp-files/CustomText.jnlp
index 6922608..418a203 100644
--- a/jnlp-files/CustomText.jnlp
+++ b/jnlp-files/CustomText.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Advanced demo of TextRenderer, showing use of a custom RenderDelegate for fancy Java 2D font rendering effects.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/FlyingText.jnlp b/jnlp-files/FlyingText.jnlp
index d421cbb..e036696 100644
--- a/jnlp-files/FlyingText.jnlp
+++ b/jnlp-files/FlyingText.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Advanced demo of TextRenderer, showing animated and colored text with drop shadows.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/Gears.jnlp b/jnlp-files/Gears.jnlp
index 0e09e07..cbbd9bd 100755
--- a/jnlp-files/Gears.jnlp
+++ b/jnlp-files/Gears.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/HDR.jnlp b/jnlp-files/HDR.jnlp
index bfc46f0..5368186 100755
--- a/jnlp-files/HDR.jnlp
+++ b/jnlp-files/HDR.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's High Dynamic Range (HDR) rendering demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/HWShadowmapsSimple.jnlp b/jnlp-files/HWShadowmapsSimple.jnlp
index 566ce1b..2973a46 100644
--- a/jnlp-files/HWShadowmapsSimple.jnlp
+++ b/jnlp-files/HWShadowmapsSimple.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's HWShadowmapsSimple demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/InfiniteShadowVolumes.jnlp b/jnlp-files/InfiniteShadowVolumes.jnlp
index e542347..7133af8 100644
--- a/jnlp-files/InfiniteShadowVolumes.jnlp
+++ b/jnlp-files/InfiniteShadowVolumes.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's InfiniteShadowVolumes demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/JRefract.jnlp b/jnlp-files/JRefract.jnlp
index 03ebb3f..a923ea7 100644
--- a/jnlp-files/JRefract.jnlp
+++ b/jnlp-files/JRefract.jnlp
@@ -9,6 +9,7 @@
<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>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/JRefractNoOGL.jnlp b/jnlp-files/JRefractNoOGL.jnlp
index add95d7..115c094 100644
--- a/jnlp-files/JRefractNoOGL.jnlp
+++ b/jnlp-files/JRefractNoOGL.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/ParticleEngine.jnlp b/jnlp-files/ParticleEngine.jnlp
index 5c0592f..7dbdacc 100644
--- a/jnlp-files/ParticleEngine.jnlp
+++ b/jnlp-files/ParticleEngine.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Particle Engine demonstration written in Java using JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/ProceduralTexturePhysics.jnlp b/jnlp-files/ProceduralTexturePhysics.jnlp
index 4d34459..6c58ed9 100644
--- a/jnlp-files/ProceduralTexturePhysics.jnlp
+++ b/jnlp-files/ProceduralTexturePhysics.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's ProceduralTexturePhysics demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/TestTextRenderer.jnlp b/jnlp-files/TestTextRenderer.jnlp
index 22ad58a..4cbe064 100644
--- a/jnlp-files/TestTextRenderer.jnlp
+++ b/jnlp-files/TestTextRenderer.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Simple test of TextRenderer, with text overlaid on Gears demo.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/TextCube.jnlp b/jnlp-files/TextCube.jnlp
index 0461348..2f2f5fa 100644
--- a/jnlp-files/TextCube.jnlp
+++ b/jnlp-files/TextCube.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Shows how to use the TextRenderer to draw 2D text in 3D.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/TextFlow.jnlp b/jnlp-files/TextFlow.jnlp
index 9ad1b2d..a0bb8c9 100644
--- a/jnlp-files/TextFlow.jnlp
+++ b/jnlp-files/TextFlow.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Shows how to use the TextRenderer to draw dynamically flowing text.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/VertexArrayRange.jnlp b/jnlp-files/VertexArrayRange.jnlp
index 59ffcc6..a5febea 100644
--- a/jnlp-files/VertexArrayRange.jnlp
+++ b/jnlp-files/VertexArrayRange.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's vertex_array_range demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/VertexBufferObject.jnlp b/jnlp-files/VertexBufferObject.jnlp
index ec704b8..9432d73 100644
--- a/jnlp-files/VertexBufferObject.jnlp
+++ b/jnlp-files/VertexBufferObject.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's vertex_array_range demo ported to Java, JOGL, and ARB_vertex_buffer_object.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/VertexProgRefract.jnlp b/jnlp-files/VertexProgRefract.jnlp
index fbe54ab..317394d 100644
--- a/jnlp-files/VertexProgRefract.jnlp
+++ b/jnlp-files/VertexProgRefract.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's vtxprog_refract demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/VertexProgWarp.jnlp b/jnlp-files/VertexProgWarp.jnlp
index ec20eea..edfcea6 100644
--- a/jnlp-files/VertexProgWarp.jnlp
+++ b/jnlp-files/VertexProgWarp.jnlp
@@ -9,6 +9,7 @@
<description kind="short">NVidia's vtxprog_warp demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/WorldWindBasicDemo.jnlp b/jnlp-files/WorldWindBasicDemo.jnlp
index 4f213bf..358c614 100644
--- a/jnlp-files/WorldWindBasicDemo.jnlp
+++ b/jnlp-files/WorldWindBasicDemo.jnlp
@@ -10,6 +10,7 @@
<description kind="short">World Wind Java Application</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<security>
<all-permissions/>
</security>
diff --git a/jnlp-files/XTrans.jnlp b/jnlp-files/XTrans.jnlp
index 859f87e..e92eb4a 100644
--- a/jnlp-files/XTrans.jnlp
+++ b/jnlp-files/XTrans.jnlp
@@ -9,6 +9,7 @@
<description kind="short">Demo showing OpenGL-accelerated animated transitions of Swing components using the Java2D/JOGL bridge.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/applet-gears.jnlp b/jnlp-files/applet-gears.jnlp
index 9234dcd..cbe93a7 100644
--- a/jnlp-files/applet-gears.jnlp
+++ b/jnlp-files/applet-gears.jnlp
@@ -8,6 +8,7 @@
<description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/jogl-newt-applet-runner.jnlp b/jnlp-files/jogl-newt-applet-runner.jnlp
index ebeaefa..f8a8ea2 100644
--- a/jnlp-files/jogl-newt-applet-runner.jnlp
+++ b/jnlp-files/jogl-newt-applet-runner.jnlp
@@ -7,6 +7,7 @@
<description>JOGL NEWT JNLP Applet Runner</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/version.jnlp b/jnlp-files/version.jnlp
index 2a36c6f..4f6d4ee 100644
--- a/jnlp-files/version.jnlp
+++ b/jnlp-files/version.jnlp
@@ -8,6 +8,7 @@
<description>Version Info</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
diff --git a/jnlp-files/worldwind.jnlp b/jnlp-files/worldwind.jnlp
index 5eca29b..9f26054 100644
--- a/jnlp-files/worldwind.jnlp
+++ b/jnlp-files/worldwind.jnlp
@@ -10,6 +10,7 @@
<description kind="short">World Wind Java Application</description>
<offline-allowed/>
</information>
+ <update check="background" policy="always"/>
<security>
<all-permissions/>
</security>