aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/jogl-all-awt.jnlp23
-rw-r--r--jnlp-files/jogl-all.jnlp55
-rw-r--r--jnlp-files/jogl-awt.jnlp23
-rw-r--r--jnlp-files/jogl-core.jnlp67
-rw-r--r--jnlp-files/jogl-gl2es12.jnlp47
-rw-r--r--jnlp-files/nativewindow-awt.jnlp20
-rw-r--r--jnlp-files/nativewindow.jnlp64
-rw-r--r--jnlp-files/newt-awt.jnlp21
-rw-r--r--jnlp-files/newt-jogl.jnlp21
-rw-r--r--jnlp-files/newt.jnlp64
10 files changed, 405 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>
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>
diff --git a/jnlp-files/jogl-awt.jnlp b/jnlp-files/jogl-awt.jnlp
new file mode 100644
index 000000000..a2d3cf652
--- /dev/null
+++ b/jnlp-files/jogl-awt.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="jogl-awt.jnlp">
+ <information>
+ <title>Java(tm) Binding to the OpenGL(r) API (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) - AWT</description>
+ <description kind="short">Java programming language binding for the OpenGL 3D graphics API - AWT.</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="jogl.awt.jar" />
+ <jar href="jogl.util.awt.jar" />
+
+ <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>
diff --git a/jnlp-files/jogl-core.jnlp b/jnlp-files/jogl-core.jnlp
new file mode 100644
index 000000000..ebc89a92d
--- /dev/null
+++ b/jnlp-files/jogl-core.jnlp
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="jogl-core.jnlp">
+ <information>
+ <title>Java(tm) Binding to the OpenGL(r) API (CORE)</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) - CORE</description>
+ <description kind="short">Java programming language binding for the OpenGL 3D graphics API - CORE.</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="jogl.core.jar" main="true"/>
+ <jar href="jogl.util.jar" />
+
+ <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" />
+ <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" />
+ </resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "jogl-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "jogl-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "jogl-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "jogl-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "jogl-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "jogl-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "jogl-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "jogl-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "jogl-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "jogl-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "jogl-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "jogl-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="i386">
+ <nativelib href = "jogl-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="x86_64">
+ <nativelib href = "jogl-natives-macosx-universal.jar" />
+ </resources>
+
+ <component-desc />
+</jnlp>
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>
diff --git a/jnlp-files/nativewindow-awt.jnlp b/jnlp-files/nativewindow-awt.jnlp
new file mode 100644
index 000000000..d64b6b479
--- /dev/null
+++ b/jnlp-files/nativewindow-awt.jnlp
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="nativewindow-awt.jnlp">
+ <information>
+ <title>Java(tm) NativeWindow Interface API (AWT)</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://nativewindow.dev.java.net/"/>
+ <description>Java API for a binding to a native windowing system - 2.0 (beta2) - AWT</description>
+ <description kind="short">Java API for a binding to a native windowing system - 2.0 (beta2) - AWT</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="nativewindow.awt.jar" main="true" />
+ <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" />
+ </resources>
+ <component-desc />
+</jnlp>
diff --git a/jnlp-files/nativewindow.jnlp b/jnlp-files/nativewindow.jnlp
new file mode 100644
index 000000000..6844e5217
--- /dev/null
+++ b/jnlp-files/nativewindow.jnlp
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="nativewindow.jnlp">
+ <information>
+ <title>Java(tm) NativeWindow Interface API (CORE)</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://nativewindow.dev.java.net/"/>
+ <description>Java API for a binding to a native windowing system - 2.0 (beta2) - CORE</description>
+ <description kind="short">Java API for a binding to a native windowing system - 2.0 (beta2) - CORE</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="nativewindow.core.jar" main="true" />
+ <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" />
+ </resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "nativewindow-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "nativewindow-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "nativewindow-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "nativewindow-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "nativewindow-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "nativewindow-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "nativewindow-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "nativewindow-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "nativewindow-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "nativewindow-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "nativewindow-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "nativewindow-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="i386">
+ <nativelib href = "nativewindow-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="x86_64">
+ <nativelib href = "nativewindow-natives-macosx-universal.jar" />
+ </resources>
+
+ <component-desc />
+</jnlp>
diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp
new file mode 100644
index 000000000..9df4e9495
--- /dev/null
+++ b/jnlp-files/newt-awt.jnlp
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="newt-awt.jnlp">
+ <information>
+ <title>NEWT - New Windowing Toolkit (AWT)</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl.dev.java.net/"/>
+ <description>NEWT - A NativeWindow Interface implementation (beta2) - AWT</description>
+ <description kind="short">NEWT - A NativeWindow Interface implementation (beta2) - AWT</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="newt.awt.jar" main="true"/>
+ <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" />
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
+ </resources>
+ <component-desc />
+</jnlp>
diff --git a/jnlp-files/newt-jogl.jnlp b/jnlp-files/newt-jogl.jnlp
new file mode 100644
index 000000000..ed5cc6d35
--- /dev/null
+++ b/jnlp-files/newt-jogl.jnlp
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="newt-jogl.jnlp">
+ <information>
+ <title>NEWT - New Windowing Toolkit (JOGL)</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl.dev.java.net/"/>
+ <description>NEWT - A NativeWindow Interface implementation (beta2) - JOGL</description>
+ <description kind="short">NEWT - A NativeWindow Interface implementation (beta2) - JOGL</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="newt.ogl.jar" main="true"/>
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
+ <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" />
+ </resources>
+ <component-desc />
+</jnlp>
diff --git a/jnlp-files/newt.jnlp b/jnlp-files/newt.jnlp
new file mode 100644
index 000000000..dcbc1d300
--- /dev/null
+++ b/jnlp-files/newt.jnlp
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="newt.jnlp">
+ <information>
+ <title>NEWT - New Windowing Toolkit (CORE)</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl.dev.java.net/"/>
+ <description>NEWT - A NativeWindow Interface implementation (beta2) - CORE</description>
+ <description kind="short">NEWT - A NativeWindow Interface implementation (beta2) - CORE</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <jar href="newt.core.jar" main="true" />
+ <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" />
+ </resources>
+
+ <resources os="Windows" arch="x86">
+ <nativelib href = "newt-natives-windows-i586.jar" />
+ </resources>
+ <resources os="Windows" arch="amd64">
+ <nativelib href = "newt-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="Windows" arch="x86_64">
+ <nativelib href = "newt-natives-windows-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparc">
+ <nativelib href = "newt-natives-solaris-sparc.jar" />
+ </resources>
+ <resources os="SunOS" arch="sparcv9">
+ <nativelib href = "newt-natives-solaris-sparcv9.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86">
+ <nativelib href = "newt-natives-solaris-i586.jar" />
+ </resources>
+ <resources os="SunOS" arch="amd64">
+ <nativelib href = "newt-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="SunOS" arch="x86_64">
+ <nativelib href = "newt-natives-solaris-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="i386">
+ <nativelib href = "newt-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="x86">
+ <nativelib href = "newt-natives-linux-i586.jar" />
+ </resources>
+ <resources os="Linux" arch="amd64">
+ <nativelib href = "newt-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Linux" arch="x86_64">
+ <nativelib href = "newt-natives-linux-amd64.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="i386">
+ <nativelib href = "newt-natives-macosx-universal.jar" />
+ </resources>
+ <resources os="Mac\ OS\ X" arch="x86_64">
+ <nativelib href = "newt-natives-macosx-universal.jar" />
+ </resources>
+
+ <component-desc />
+</jnlp>