diff options
author | Carsten Weisse <[email protected]> | 2006-11-22 17:05:33 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2006-11-22 17:05:33 +0000 |
commit | 2043f749085b3776163de636a9611b52c381d4ae (patch) | |
tree | 0ceb010a19608925fea3fc4e9d508517c94b4d82 | |
parent | b6b2ebd4ee974ff03943275fa20289a83b549161 (diff) |
jnlp for jsr231
-rw-r--r-- | webstart/jake2_jsr231.jnlp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/webstart/jake2_jsr231.jnlp b/webstart/jake2_jsr231.jnlp new file mode 100644 index 0000000..791b141 --- /dev/null +++ b/webstart/jake2_jsr231.jnlp @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp spec="1.0+" + codebase="http://www.bytonic.de/downloads" + href="jake2_jsr231.jnlp"> + + <information> + <title>Jake2</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.sourceforge.net/icon.gif"/> + <offline-allowed/> + </information> + + <security> + <all-permissions/> + </security> + + <resources> + <j2se version="1.4+" max-heap-size="100M"/> + <jar href="http://jake2.sourceforge.net/lib/jake2.jar"/> + <property name="sun.java2d.noddraw" value="true"/> + <property name="ATI_WORKAROUND" value="false"/> + <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.0.0/jogl.jnlp" /> + <extension name="joal" href="http://download.java.net/media/joal/webstart/joal.jnlp" /> + </resources> + + <application-desc main-class="jake2.Jake2"> + <argument>+set</argument> + <argument>vid_ref</argument> + <argument>jsr231</argument> + <argument>+set</argument> + <argument>s_impl</argument> + <argument>joal</argument> + <argument>+set</argument> + <argument>adr0</argument> + <argument>jake2.in-chemnitz.de</argument> + </application-desc> + +</jnlp> |