aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-gl2es12.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/jogl-gl2es12.jnlp')
-rw-r--r--jnlp-files/jogl-gl2es12.jnlp48
1 files changed, 0 insertions, 48 deletions
diff --git a/jnlp-files/jogl-gl2es12.jnlp b/jnlp-files/jogl-gl2es12.jnlp
deleted file mode 100644
index 92fa621cf..000000000
--- a/jnlp-files/jogl-gl2es12.jnlp
+++ /dev/null
@@ -1,48 +0,0 @@
-<?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>JogAmp Community</vendor>
- <homepage href="http://jogamp.org/"/>
- <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - GL2ES12</description>
- <description kind="short">Java programming language binding for the OpenGL 3D graphics API - GL2ES12.</description>
- <offline-allowed/>
- </information>
- <update check="background" policy="always"/>
- <security>
- <all-permissions/>
- </security>
- <resources>
- <jar href="jogl.glu.mipmap.jar" download="lazy"/>
- <jar href="jogl.glu.tess.jar" download="lazy"/>
-
- <jar href="jogl.util.fixedfuncemu.jar" download="lazy"/>
-
- <!-- 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" download="lazy"/>
- <jar href="jogl.gles2.jar" />
- <jar href="jogl.gles2.dbg.jar" download="lazy"/>
- </resources>
- <resources os="Windows">
- <jar href="jogl.gl2es12.win.jar" />
- <jar href="jogl.gl2es12.dbg.jar" download="lazy"/>
- </resources>
- <resources os="SunOS Linux">
- <jar href="jogl.gl2es12.x11.jar" />
- <jar href="jogl.gl2es12.dbg.jar" download="lazy"/>
- </resources>
- <resources os="Mac OS X">
- <jar href="jogl.gl2es12.osx.jar" />
- <jar href="jogl.gl2es12.dbg.jar" download="lazy"/>
- </resources>
-
- <component-desc />
-</jnlp>