diff options
author | Carsten Weisse <[email protected]> | 2007-03-17 17:14:44 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2007-03-17 17:14:44 +0000 |
commit | 1ac424dec4db2598e6b8aa4fcb240ba0c134c4d8 (patch) | |
tree | a7a9703c9e1fa68f979e4f5f4b62e7f5a6d66fab /webstart/jake2_lwjgl.jnlp | |
parent | 0053ee5274e69f1b374965c89f5c2c775d091de0 (diff) |
change location of jake2 webstart
Diffstat (limited to 'webstart/jake2_lwjgl.jnlp')
-rw-r--r-- | webstart/jake2_lwjgl.jnlp | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/webstart/jake2_lwjgl.jnlp b/webstart/jake2_lwjgl.jnlp index 81d03cc..99e2106 100644 --- a/webstart/jake2_lwjgl.jnlp +++ b/webstart/jake2_lwjgl.jnlp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" - codebase="http://www.bytonic.de/downloads" + codebase="http://jake2.in-chemnitz.de/downloads" href="jake2_lwjgl.jnlp"> <information> @@ -8,7 +8,7 @@ <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.sourceforge.net/icon.gif"/> + <icon href="http://jake2.in-chemnitz.de/downloads/icon.gif"/> <offline-allowed/> </information> @@ -18,10 +18,23 @@ <resources> <j2se version="1.4+" max-heap-size="100M"/> - <jar href="http://jake2.sourceforge.net/lib/jake2.jar"/> - <extension name="lwjgl" href="http://lwjgl.org/jnlp/extension.php"/> + <jar href="http://jake2.in-chemnitz.de/downloads/lib/jake2.jar"/> + <jar href="http://jake2.in-chemnitz.de/downloads/lib/lwjgl.jar"/> + <jar href="http://jake2.in-chemnitz.de/downloads/lib/lwjgl_util.jar"/> + </resources> + + <resources os="Linux"> + <nativelib href="http://jake2.in-chemnitz.de/downloads/lib/linux/lwjgl-native.jar"/> + </resources> + + <resources os="Windows"> + <nativelib href="http://jake2.in-chemnitz.de/downloads/lib/windows/lwjgl-native.jar"/> </resources> + <resources os="Mac OS X"> + <nativelib href="http://jake2.in-chemnitz.de/downloads/lib/osx/lwjgl-native.jar"/> + </resources> + <application-desc main-class="jake2.Jake2"> <argument>+set</argument> <argument>vid_ref</argument> |