diff options
Diffstat (limited to 'jnlp-files/jogl-all-awt.jnlp')
-rw-r--r-- | jnlp-files/jogl-all-awt.jnlp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/jnlp-files/jogl-all-awt.jnlp b/jnlp-files/jogl-all-awt.jnlp new file mode 100644 index 000000000..2101fd84e --- /dev/null +++ b/jnlp-files/jogl-all-awt.jnlp @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="jogl-all-awt.jnlp"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title> + <vendor>Sun Microsystems, Inc.</vendor> + <homepage href="http://jogl.dev.java.net/"/> + <description>Java Binding to the OpenGL API - JSR-231 2.0.0 (beta2) - ALL.AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description> + <offline-allowed/> + </information> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.awt.jar" /> + <jar href="jogl.util.awt.jar" /> + + <extension name="jogl-all" href="JOGL_CODEBASE_TAG/jogl-all.jnlp" /> + <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" /> + </resources> + <component-desc /> +</jnlp> |