diff options
author | Sven Gothel <[email protected]> | 2009-07-03 23:33:56 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-03 23:33:56 +0000 |
commit | 1e334b2c269fc7fbb59a16a52cf1d4bbee0aa6ac (patch) | |
tree | f44ce42fcfd5a509acb175de6171958b72c02c47 /jnlp-files/jogl-gl2es12.jnlp | |
parent | 944a0ca587d20d193b9f8c7b5edbd0b0bd0d7666 (diff) |
Adding boiler-plate JNLP files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2019 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'jnlp-files/jogl-gl2es12.jnlp')
-rw-r--r-- | jnlp-files/jogl-gl2es12.jnlp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/jnlp-files/jogl-gl2es12.jnlp b/jnlp-files/jogl-gl2es12.jnlp new file mode 100644 index 000000000..a90bebb21 --- /dev/null +++ b/jnlp-files/jogl-gl2es12.jnlp @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="jogl-gl2es12.jnlp"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (GL2ES12)</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) - GL2ES12</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - GL2ES12.</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" /--> + + <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.gl2es12.win.jar" /> + <jar href="jogl.gl2es12.dbg.jar" /> + </resources> + <resources os="SunOS Linux"> + <jar href="jogl.gl2es12.x11.jar" /> + <jar href="jogl.gl2es12.dbg.jar" /> + </resources> + <resources os="Mac\ OS\ X"> + <jar href="jogl.gl2es12.osx.jar" /> + <jar href="jogl.gl2es12.dbg.jar" /> + </resources> + + <component-desc /> +</jnlp> |