diff options
Diffstat (limited to 'www/webstart/jogl.jnlp')
-rw-r--r-- | www/webstart/jogl.jnlp | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/www/webstart/jogl.jnlp b/www/webstart/jogl.jnlp deleted file mode 100644 index 70de4bbd9..000000000 --- a/www/webstart/jogl.jnlp +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl.dev.java.net/webstart/" - href="jogl.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.jar" /> - </resources> - <resources os="Windows"> - <nativelib href = "jogl-natives-win32.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jogl-natives-solsparc.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jogl-natives-solx86.jar" /> - </resources> - <resources os="Linux"> - <nativelib href = "jogl-natives-linux.jar" /> - </resources> - <resources os="Mac OS X"> - <nativelib href = "jogl-natives-macosx.jar" /> - </resources> - - <component-desc /> -</jnlp> |