diff options
author | Sven Gothel <[email protected]> | 2012-10-07 12:43:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-07 12:43:16 +0200 |
commit | 747589b5c3267835c36138afded38f607ba6e04e (patch) | |
tree | 04ce175309fdfa993584e8bab132b252239bfb22 /webstart/jake2_jsr231.jnlp | |
parent | 0eba8e26ff1426d4fb2b6b58e9825f72def4c8f3 (diff) |
Simple JOGL2 port
- Remove _very_ old JOGL port (net.java.games.jogl.GL)
- Rename Jsr231* -> Jogl*
- Port Jsr231 to Jogl2:
- package rename of jogl/joal
- use AWT GLCanvas derivation instead of partially reimplementing it in JoglDriver
- drop some EXT suffixes
- name driver 'jogl2'
Diffstat (limited to 'webstart/jake2_jsr231.jnlp')
-rw-r--r-- | webstart/jake2_jsr231.jnlp | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/webstart/jake2_jsr231.jnlp b/webstart/jake2_jsr231.jnlp deleted file mode 100644 index 1194a19..0000000 --- a/webstart/jake2_jsr231.jnlp +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0+" - codebase="http://jake2.in-chemnitz.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.in-chemnitz.de/downloads/icon.gif"/> - <offline-allowed/> - </information> - - <security> - <all-permissions/> - </security> - - <resources> - <j2se version="1.4+" max-heap-size="100M"/> - <jar href="http://jake2.in-chemnitz.de/downloads/lib/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" /> - </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> |