diff options
author | Sven Gothel <[email protected]> | 2011-02-05 22:27:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-05 22:27:57 +0100 |
commit | efecc1eb881d28d142ecc39c1635161d70f58a6c (patch) | |
tree | 24434c377b1234d02b736e4969972f0dcb788093 | |
parent | 33a2605d37ec590b8a7fd37a708f8159cb9bd487 (diff) |
Add application-version.jnlp
-rw-r--r-- | jnlp-files/application-version.jnlp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jnlp-files/application-version.jnlp b/jnlp-files/application-version.jnlp new file mode 100644 index 000000000..efce7adda --- /dev/null +++ b/jnlp-files/application-version.jnlp @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG" href="applet-version.jnlp" version="JOGAMP_VERSION"> + <information> + <title>JOGL JNLP Application 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> |