diff options
Diffstat (limited to 'jnlp-files/jogl-all.jnlp')
-rw-r--r-- | jnlp-files/jogl-all.jnlp | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/jnlp-files/jogl-all.jnlp b/jnlp-files/jogl-all.jnlp new file mode 100644 index 000000000..b91410302 --- /dev/null +++ b/jnlp-files/jogl-all.jnlp @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="jogl-all.jnlp"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (ALL)</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</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.</description> + <offline-allowed/> + </information> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.glu.mipmap.jar" /> + <jar href="jogl.glu.tess.jar" /> + + <jar href="jogl.util.fixedfuncemu.jar" /> + + <!-- jar href="jogl.sdk.jar" /--> + + <jar href="jogl.cg.jar" /> + + <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" /> + </resources> + + <resources os="Mobile-Embedded"> + <jar href="jogl.egl.jar" /> + <jar href="jogl.gles1.jar" /> + <jar href="jogl.gles1.dbg.jar" /> + <jar href="jogl.gles2.jar" /> + <jar href="jogl.gles2.dbg.jar" /> + </resources> + <resources os="Windows"> + <jar href="jogl.gl2.win.jar" /> + <jar href="jogl.util.gl2.jar" /> + <jar href="jogl.glu.gl2.jar" /> + <jar href="jogl.gl2.dbg.jar" /> + </resources> + <resources os="SunOS Linux"> + <jar href="jogl.gl2.x11.jar" /> + <jar href="jogl.util.gl2.jar" /> + <jar href="jogl.glu.gl2.jar" /> + <jar href="jogl.gl2.dbg.jar" /> + </resources> + <resources os="Mac\ OS\ X"> + <jar href="jogl.gl2.osx.jar" /> + <jar href="jogl.util.gl2.jar" /> + <jar href="jogl.glu.gl2.jar" /> + <jar href="jogl.gl2.dbg.jar" /> + </resources> + + <component-desc /> +</jnlp> |