diff options
author | Xerxes Rånby <[email protected]> | 2012-11-15 15:28:05 +0100 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2012-11-15 15:28:05 +0100 |
commit | 32c87fda8743fc4b9705ce5148956d0f0fc974f5 (patch) | |
tree | cca6998dbc691c1fc98365de2f8ee48f97fa4374 /jnlp-files/joal-lesson5.jnlp | |
parent | 900b4fc86d1e69edfb79091562efad18198c7fff (diff) |
Add joal-lesson 1,2,3,5 & 8 jnlp
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'jnlp-files/joal-lesson5.jnlp')
-rw-r--r-- | jnlp-files/joal-lesson5.jnlp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jnlp-files/joal-lesson5.jnlp b/jnlp-files/joal-lesson5.jnlp new file mode 100644 index 0000000..d680ee4 --- /dev/null +++ b/jnlp-files/joal-lesson5.jnlp @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="https://jogamp.org/deployment/jogamp-current/joal-demos/" + href="jnlp-files/joal-lesson5.jnlp"> + <information> + <title>JOAL DevMaster Lesson 5</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://joal.jogamp.org/"/> + <description>JOAL DevMaster Lesson 5</description> + <description kind="short">OpenAL DevMaster Lesson 5 ported to Java and JOAL.</description> + <offline-allowed/> + </information> + <resources> + <j2se version="1.6+"/> + <jar href="jar/joal-demos.jar" /> + <extension name="joal" href="https://jogamp.org/deployment/jogamp-current/joal.jnlp" /> + </resources> + <application-desc main-class="demos.devmaster.lesson5.SourcesSharingBuffers"> + <argument>-gui</argument> + </application-desc> +</jnlp> |