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 | |
parent | 900b4fc86d1e69edfb79091562efad18198c7fff (diff) |
Add joal-lesson 1,2,3,5 & 8 jnlp
Signed-off-by: Xerxes Rånby <[email protected]>
-rw-r--r-- | jnlp-files/joal-lesson1.jnlp | 20 | ||||
-rw-r--r-- | jnlp-files/joal-lesson2.jnlp | 20 | ||||
-rw-r--r-- | jnlp-files/joal-lesson3.jnlp | 20 | ||||
-rw-r--r-- | jnlp-files/joal-lesson5.jnlp | 20 | ||||
-rw-r--r-- | jnlp-files/joal-lesson8.jnlp | 22 |
5 files changed, 102 insertions, 0 deletions
diff --git a/jnlp-files/joal-lesson1.jnlp b/jnlp-files/joal-lesson1.jnlp new file mode 100644 index 0000000..d07e0d3 --- /dev/null +++ b/jnlp-files/joal-lesson1.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-lesson1.jnlp"> + <information> + <title>JOAL DevMaster Lesson 1</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://joal.jogamp.org/"/> + <description>JOAL DevMaster Lesson 1</description> + <description kind="short">OpenAL DevMaster Lesson 1 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.lesson1.SingleStaticSource"> + <argument>-gui</argument> + </application-desc> +</jnlp> diff --git a/jnlp-files/joal-lesson2.jnlp b/jnlp-files/joal-lesson2.jnlp new file mode 100644 index 0000000..dda13ce --- /dev/null +++ b/jnlp-files/joal-lesson2.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-lesson2.jnlp"> + <information> + <title>JOAL DevMaster Lesson 2</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://joal.jogamp.org/"/> + <description>JOAL DevMaster Lesson 2</description> + <description kind="short">OpenAL DevMaster Lesson 2 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.lesson2.LoopingAndFadeaway"> + <argument>-gui</argument> + </application-desc> +</jnlp> diff --git a/jnlp-files/joal-lesson3.jnlp b/jnlp-files/joal-lesson3.jnlp new file mode 100644 index 0000000..e2fca94 --- /dev/null +++ b/jnlp-files/joal-lesson3.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-lesson3.jnlp"> + <information> + <title>JOAL DevMaster Lesson 3</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://joal.jogamp.org/"/> + <description>JOAL DevMaster Lesson 3</description> + <description kind="short">OpenAL DevMaster Lesson 3 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.lesson3.MultipleSources"> + <argument>-gui</argument> + </application-desc> +</jnlp> 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> diff --git a/jnlp-files/joal-lesson8.jnlp b/jnlp-files/joal-lesson8.jnlp new file mode 100644 index 0000000..4f99aa8 --- /dev/null +++ b/jnlp-files/joal-lesson8.jnlp @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="https://jogamp.org/deployment/jogamp-current/joal-demos/" + href="jnlp-files/joal-lesson8.jnlp"> + <information> + <title>JOAL DevMaster Lesson 8</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://joal.jogamp.org/"/> + <description>JOAL DevMaster Lesson 8</description> + <description kind="short">OpenAL DevMaster Lesson 8 ported to Java and JOAL.</description> + <offline-allowed/> + </information> + <resources> + <j2se version="1.6+"/> + <jar href="jar/joal-demos.jar" main="true" /> + <jar href="jar/j-ogg-oggd.jar" /> + <jar href="jar/j-ogg-vorbisd.jar" /> + <extension name="joal" href="http://download.java.net/media/joal/webstart/joal.jnlp" /> + </resources> + <application-desc main-class="demos.devmaster.lesson8.OggStreamer"> + <argument>-gui</argument> + </application-desc> +</jnlp> |