diff options
Diffstat (limited to 'jnlp-files/jogl-awt.jnlp')
-rw-r--r-- | jnlp-files/jogl-awt.jnlp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/jnlp-files/jogl-awt.jnlp b/jnlp-files/jogl-awt.jnlp new file mode 100644 index 000000000..ffdaee0cc --- /dev/null +++ b/jnlp-files/jogl-awt.jnlp @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="jogl-awt.jnlp" version="JOGAMP_VERSION"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - AWT.</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.awt.jar" /> + <jar href="jogl.util.awt.jar" download="lazy"/> + + <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" /> + <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" /> + </resources> + <component-desc /> +</jnlp> |