diff options
author | Kenneth Russel <[email protected]> | 2005-05-03 22:51:20 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-03 22:51:20 +0000 |
commit | e6ed4919debec616ccc4e680ee4298320ed41bb3 (patch) | |
tree | f1ca73789a4c5dad581cce3f329066db6764258d /www/webstart | |
parent | 94e0cc9f1e2bd8ab233c8ec3750317dff3a2f701 (diff) |
Added JNLP files for gleem Translate1, Translate2, and HandleBox tests
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@67 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/webstart')
-rw-r--r-- | www/webstart/TestHandleBox.jnlp | 22 | ||||
-rw-r--r-- | www/webstart/TestTranslate1.jnlp | 22 | ||||
-rw-r--r-- | www/webstart/TestTranslate2.jnlp | 22 |
3 files changed, 66 insertions, 0 deletions
diff --git a/www/webstart/TestHandleBox.jnlp b/www/webstart/TestHandleBox.jnlp new file mode 100644 index 0000000..0167b11 --- /dev/null +++ b/www/webstart/TestHandleBox.jnlp @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp spec="1.0" + codebase="https://jogl-demos.dev.java.net/webstart/" + href="TestHandleBox.jnlp"> + <information> + <title>HandleBox Manipulator</title> + <vendor>Kenneth Russell</vendor> + <homepage href="http://jogl-demos.dev.java.net/"/> + <description>HandleBox Manipulator Test</description> + <offline-allowed/> + </information> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.noddraw" value="true"/> + <jar href="jogl-demos.jar" main="true"/> + <jar href="jogl-demos-util.jar" /> + <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" /> + </resources> + + <application-desc main-class="gleem.TestHandleBox"/> +</jnlp> diff --git a/www/webstart/TestTranslate1.jnlp b/www/webstart/TestTranslate1.jnlp new file mode 100644 index 0000000..9a068df --- /dev/null +++ b/www/webstart/TestTranslate1.jnlp @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp spec="1.0" + codebase="https://jogl-demos.dev.java.net/webstart/" + href="TestTranslate1.jnlp"> + <information> + <title>Translate1 Manipulator</title> + <vendor>Kenneth Russell</vendor> + <homepage href="http://jogl-demos.dev.java.net/"/> + <description>Translate1 Manipulator Test</description> + <offline-allowed/> + </information> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.noddraw" value="true"/> + <jar href="jogl-demos.jar" main="true"/> + <jar href="jogl-demos-util.jar" /> + <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" /> + </resources> + + <application-desc main-class="gleem.TestTranslate1"/> +</jnlp> diff --git a/www/webstart/TestTranslate2.jnlp b/www/webstart/TestTranslate2.jnlp new file mode 100644 index 0000000..1f908ab --- /dev/null +++ b/www/webstart/TestTranslate2.jnlp @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp spec="1.0" + codebase="https://jogl-demos.dev.java.net/webstart/" + href="TestTranslate2.jnlp"> + <information> + <title>Translate2 Manipulator</title> + <vendor>Kenneth Russell</vendor> + <homepage href="http://jogl-demos.dev.java.net/"/> + <description>Translate2 Manipulator Test</description> + <offline-allowed/> + </information> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.noddraw" value="true"/> + <jar href="jogl-demos.jar" main="true"/> + <jar href="jogl-demos-util.jar" /> + <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" /> + </resources> + + <application-desc main-class="gleem.TestTranslate2"/> +</jnlp> |