diff options
author | Sven Gothel <[email protected]> | 2012-10-07 13:27:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-07 13:27:38 +0200 |
commit | aab30cd56225fed78fbf40fea19ef64725880365 (patch) | |
tree | 752fc86a8ec1b3f251654c5fbb9ee4c3e013e204 | |
parent | 0d12d1a9f466e2c8c07d63587b9760bdb1aa1adf (diff) |
Link jake2 jogl jnlp files to jogamp.org/deployment/jogamp-current
-rw-r--r-- | webstart/jake2_jogl.jnlp | 18 | ||||
-rw-r--r-- | webstart/jake2_online.jnlp | 16 |
2 files changed, 17 insertions, 17 deletions
diff --git a/webstart/jake2_jogl.jnlp b/webstart/jake2_jogl.jnlp index 0af55d2..b1b0811 100644 --- a/webstart/jake2_jogl.jnlp +++ b/webstart/jake2_jogl.jnlp @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" - codebase="http://jake2.in-chemnitz.de/downloads" - href="jake2_jogl2.jnlp"> + codebase="http://jogamp.org/deployment/test/jake2" + href="jake2_jogl.jnlp"> <information> - <title>Jake2</title> + <title>Jake2 - JOGL2</title> <vendor>Bytonic Software</vendor> <homepage href="http://www.bytonic.de/html/jake2.html"/> - <description>Java port of the Quake2 game engine</description> - <icon href="http://jake2.in-chemnitz.de/downloads/icon.gif"/> + <description>Java port of the Quake2 game engine (jogl2)</description> + <icon href="http://jogamp.org/deployment/test/jake2/icon.gif"/> <offline-allowed/> </information> @@ -17,11 +17,11 @@ </security> <resources> - <j2se version="1.4+" max-heap-size="100M"/> - <jar href="http://jake2.in-chemnitz.de/downloads/lib/jake2.jar"/> + <j2se version="1.6+" max-heap-size="100M"/> + <jar href="jar/jake2.jar"/> <property name="sun.java2d.noddraw" value="true"/> - <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp" /> - <extension name="joal" href="http://download.java.net/media/joal/webstart/joal.jnlp" /> + <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" /> + <extension name="joal" href="http://jogamp.org/deployment/jogamp-current/joal.jnlp" /> </resources> <application-desc main-class="jake2.Jake2"> diff --git a/webstart/jake2_online.jnlp b/webstart/jake2_online.jnlp index 645839c..6564ba0 100644 --- a/webstart/jake2_online.jnlp +++ b/webstart/jake2_online.jnlp @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" - codebase="http://jake2.in-chemnitz.de/downloads" + codebase="http://jogamp.org/deployment/test/jake2" href="jake2_online.jnlp"> <information> - <title>Jake2</title> + <title>Jake2 - JOGL2</title> <vendor>Bytonic Software</vendor> <homepage href="http://www.bytonic.de/html/jake2.html"/> - <description>Java port of the Quake2 game engine</description> - <icon href="http://jake2.in-chemnitz.de/downloads/icon.gif"/> + <description>Java port of the Quake2 game engine (jogl2)</description> + <icon href="http://jogamp.org/deployment/test/jake2/icon.gif"/> <offline-allowed/> </information> @@ -17,11 +17,11 @@ </security> <resources> - <j2se version="1.4+" max-heap-size="100M"/> - <jar href="http://jake2.in-chemnitz.de/downloads/lib/jake2.jar"/> + <j2se version="1.6+" max-heap-size="100M"/> + <jar href="jar/jake2.jar"/> <property name="sun.java2d.noddraw" value="true"/> - <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp" /> - <extension name="joal" href="http://download.java.net/media/joal/webstart/joal.jnlp" /> + <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" /> + <extension name="joal" href="http://jogamp.org/deployment/jogamp-current/joal.jnlp" /> </resources> <application-desc main-class="jake2.Jake2"> |