diff options
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/jogl-all-awt.jnlp | 67 | ||||
-rw-r--r-- | jnlp-files/jogl-all-noawt.jnlp | 67 | ||||
-rw-r--r-- | jnlp-files/jogl-awt.jnlp | 24 | ||||
-rw-r--r-- | jnlp-files/jogl-core.jnlp | 68 | ||||
-rw-r--r-- | jnlp-files/jogl-gl2es12.jnlp | 48 | ||||
-rw-r--r-- | jnlp-files/nativewindow-all-awt.jnlp | 65 | ||||
-rw-r--r-- | jnlp-files/nativewindow-awt.jnlp | 22 | ||||
-rw-r--r-- | jnlp-files/nativewindow.jnlp | 74 | ||||
-rw-r--r-- | jnlp-files/newt-all-awt.jnlp | 65 | ||||
-rw-r--r-- | jnlp-files/newt-all-noawt.jnlp | 65 | ||||
-rw-r--r-- | jnlp-files/newt-awt.jnlp | 22 | ||||
-rw-r--r-- | jnlp-files/newt-jogl.jnlp | 22 | ||||
-rw-r--r-- | jnlp-files/newt.jnlp | 79 |
13 files changed, 688 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..df0c56076 --- /dev/null +++ b/jnlp-files/jogl-all-awt.jnlp @@ -0,0 +1,67 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.all.jar" /> + + <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> + <extension name="nativewindow-all-awt" href="JOGL_CODEBASE_TAG/nativewindow-all-awt.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-all-noawt.jnlp b/jnlp-files/jogl-all-noawt.jnlp new file mode 100644 index 000000000..14fb181a7 --- /dev/null +++ b/jnlp-files/jogl-all-noawt.jnlp @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="jogl-all-noawt.jnlp"> + <information> + <title>Java(tm) Binding to the OpenGL(r) API (ALL.NO_AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.NO_AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.NO_AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.all-noawt.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-awt.jnlp b/jnlp-files/jogl-awt.jnlp new file mode 100644 index 000000000..684c2d5da --- /dev/null +++ b/jnlp-files/jogl-awt.jnlp @@ -0,0 +1,24 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - AWT</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - AWT.</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.awt.jar" /> + <jar href="jogl.util.awt.jar" download="lazy"/> + + <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..dca293720 --- /dev/null +++ b/jnlp-files/jogl-core.jnlp @@ -0,0 +1,68 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - CORE</description> + <description kind="short">Java programming language binding for the OpenGL 3D graphics API - CORE.</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="jogl.core.jar" main="true"/> + <jar href="jogl.util.jar" download="lazy"/> + + <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..92fa621cf --- /dev/null +++ b/jnlp-files/jogl-gl2es12.jnlp @@ -0,0 +1,48 @@ +<?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> diff --git a/jnlp-files/nativewindow-all-awt.jnlp b/jnlp-files/nativewindow-all-awt.jnlp new file mode 100644 index 000000000..5273c2c88 --- /dev/null +++ b/jnlp-files/nativewindow-all-awt.jnlp @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="nativewindow-all-awt.jnlp"> + <information> + <title>Java(tm) NativeWindow Interface API (ALL.AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://nativewindow.dev.java.net/"/> + <description>Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description> + <description kind="short">Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="nativewindow.all.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/nativewindow-awt.jnlp b/jnlp-files/nativewindow-awt.jnlp new file mode 100644 index 000000000..b7a5c0f88 --- /dev/null +++ b/jnlp-files/nativewindow-awt.jnlp @@ -0,0 +1,22 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://nativewindow.dev.java.net/"/> + <description>Java API for a binding to a native windowing system - 2.0 - AWT</description> + <description kind="short">Java API for a binding to a native windowing system - 2.0 - AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <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..67cb61279 --- /dev/null +++ b/jnlp-files/nativewindow.jnlp @@ -0,0 +1,74 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://nativewindow.dev.java.net/"/> + <description>Java API for a binding to a native windowing system - 2.0 - CORE</description> + <description kind="short">Java API for a binding to a native windowing system - 2.0 - CORE</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <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"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-solaris-sparc.jar" /> + </resources> + <resources os="SunOS" arch="sparcv9"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-solaris-sparcv9.jar" /> + </resources> + <resources os="SunOS" arch="x86"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-solaris-i586.jar" /> + </resources> + <resources os="SunOS" arch="amd64"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-solaris-amd64.jar" /> + </resources> + <resources os="SunOS" arch="x86_64"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-solaris-amd64.jar" /> + </resources> + <resources os="Linux" arch="i386"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="x86"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="amd64"> + <jar href="nativewindow.x11.jar" main="true" /> + <nativelib href = "nativewindow-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="x86_64"> + <jar href="nativewindow.x11.jar" main="true" /> + <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-all-awt.jnlp b/jnlp-files/newt-all-awt.jnlp new file mode 100644 index 000000000..f063ae1b9 --- /dev/null +++ b/jnlp-files/newt-all-awt.jnlp @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="newt-all-awt.jnlp"> + <information> + <title>NEWT - New Windowing Toolkit (ALL.AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>NEWT - A NativeWindow Interface implementation - ALL.AWT</description> + <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="newt.all.jar" main="true"/> + <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.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> diff --git a/jnlp-files/newt-all-noawt.jnlp b/jnlp-files/newt-all-noawt.jnlp new file mode 100644 index 000000000..63ff48e3b --- /dev/null +++ b/jnlp-files/newt-all-noawt.jnlp @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="newt-all-noawt.jnlp"> + <information> + <title>NEWT - New Windowing Toolkit (ALL.NO_AWT)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>NEWT - A NativeWindow Interface implementation - ALL.NO_AWT</description> + <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.NO_AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> + <resources> + <jar href="newt.all-noawt.jar" main="true"/> + <extension name="jogl-all-noawt" href="JOGL_CODEBASE_TAG/jogl-all-noawt.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> diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp new file mode 100644 index 000000000..02f25786a --- /dev/null +++ b/jnlp-files/newt-awt.jnlp @@ -0,0 +1,22 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>NEWT - A NativeWindow Interface implementation - AWT</description> + <description kind="short">NEWT - A NativeWindow Interface implementation - AWT</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <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..ee95a1faa --- /dev/null +++ b/jnlp-files/newt-jogl.jnlp @@ -0,0 +1,22 @@ +<?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>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>NEWT - A NativeWindow Interface implementation - JOGL</description> + <description kind="short">NEWT - A NativeWindow Interface implementation - JOGL</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <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..ce4ed6f28 --- /dev/null +++ b/jnlp-files/newt.jnlp @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="JOGL_CODEBASE_TAG/" + href="newt.jnlp"> + <information> + <title>NEWT - New Windowing Toolkit (CORE)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> + <description>NEWT - A NativeWindow Interface implementation - CORE</description> + <description kind="short">NEWT - A NativeWindow Interface implementation - CORE</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + <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"> + <jar href="newt.win.jar" main="true" /> + <nativelib href = "newt-natives-windows-i586.jar" /> + </resources> + <resources os="Windows" arch="amd64"> + <jar href="newt.win.jar" main="true" /> + <nativelib href = "newt-natives-windows-amd64.jar" /> + </resources> + <resources os="Windows" arch="x86_64"> + <jar href="newt.win.jar" main="true" /> + <nativelib href = "newt-natives-windows-amd64.jar" /> + </resources> + <resources os="SunOS" arch="sparc"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-solaris-sparc.jar" /> + </resources> + <resources os="SunOS" arch="sparcv9"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-solaris-sparcv9.jar" /> + </resources> + <resources os="SunOS" arch="x86"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-solaris-i586.jar" /> + </resources> + <resources os="SunOS" arch="amd64"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-solaris-amd64.jar" /> + </resources> + <resources os="SunOS" arch="x86_64"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-solaris-amd64.jar" /> + </resources> + <resources os="Linux" arch="i386"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="x86"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-linux-i586.jar" /> + </resources> + <resources os="Linux" arch="amd64"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-linux-amd64.jar" /> + </resources> + <resources os="Linux" arch="x86_64"> + <jar href="newt.x11.jar" main="true" /> + <nativelib href = "newt-natives-linux-amd64.jar" /> + </resources> + <resources os="Mac OS X" arch="i386"> + <jar href="newt.osx.jar" main="true" /> + <nativelib href = "newt-natives-macosx-universal.jar" /> + </resources> + <resources os="Mac OS X" arch="x86_64"> + <jar href="newt.osx.jar" main="true" /> + <nativelib href = "newt-natives-macosx-universal.jar" /> + </resources> + + <component-desc /> +</jnlp> |