diff options
author | Sven Gothel <[email protected]> | 2010-07-02 02:35:21 +0300 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-02 02:35:21 +0300 |
commit | 4bf5b13090d9654921e475415b23fc8428320a0e (patch) | |
tree | 1c4f11848f360bf5baa4528e4a88191d311b7991 /www/webstart/jogl-1-1.jnlp | |
parent | c9adeced407a9f652594c1334a3ae73eff4fba79 (diff) | |
parent | fb6bee4cd94e7e6aaf3729b24297f026280b760b (diff) |
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'www/webstart/jogl-1-1.jnlp')
-rwxr-xr-x | www/webstart/jogl-1-1.jnlp | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/www/webstart/jogl-1-1.jnlp b/www/webstart/jogl-1-1.jnlp deleted file mode 100755 index 25b0eb264..000000000 --- a/www/webstart/jogl-1-1.jnlp +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl.dev.java.net/webstart/" - href="jogl-1-1.jnlp"> - <information> - <title>JOGL</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> - <description>JOGL</description> - <description kind="short">Java programming language binding for the OpenGL 3D graphics API.</description> - <offline-allowed/> - </information> - <security> - <all-permissions/> - </security> - - <resources> - <jar href="jogl-1-1.jar" /> - </resources> - <resources os="Windows"> - <nativelib href = "jogl-natives-win32-1-1.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jogl-natives-solsparc-1-1.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jogl-natives-solx86-1-1.jar" /> - </resources> - <resources os="Linux"> - <nativelib href = "jogl-natives-linux-1-1.jar" /> - </resources> - <resources os="Mac OS X"> - <nativelib href = "jogl-natives-macosx-1-1.jar" /> - </resources> - - <component-desc /> -</jnlp> |