diff options
author | Sven Gothel <[email protected]> | 2010-12-18 03:30:23 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-18 03:30:48 +0100 |
commit | 89dd6a8729801d1b927c4d9a9826aa90e034b67a (patch) | |
tree | bf3020bd5fc8c42334805044a8aa51083329a30a /jnlp-files | |
parent | 0308faca261052b44ed5a7cd43a7e9276c29f134 (diff) |
GLProfile: refine doc
Diffstat (limited to 'jnlp-files')
-rwxr-xr-x | jnlp-files/javaws-version.jnlp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jnlp-files/javaws-version.jnlp b/jnlp-files/javaws-version.jnlp new file mode 100755 index 000000000..6bf59e915 --- /dev/null +++ b/jnlp-files/javaws-version.jnlp @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG" href="javaws-version.jnlp" version="JOGAMP_VERSION"> + <information> + <title>JOGL JNLP Javaws Version</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>JOGL Version</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <!-- property name="sun.java2d.noddraw" value="true"/--> + <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" /> + </resources> + + <application-desc main-class="com.jogamp.newt.impl.awt.opengl.VersionApplet"/> +</jnlp> |