summaryrefslogtreecommitdiffstats
path: root/www/webstart/jogl-jsr-231.jnlp
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-28 00:03:46 +0200
committerMichael Bien <[email protected]>2010-06-28 00:03:46 +0200
commitfb6bee4cd94e7e6aaf3729b24297f026280b760b (patch)
treea1329beeeebbda8638b35d4a4dc0b92b1a229267 /www/webstart/jogl-jsr-231.jnlp
parent33a24c85dd18d851b614359bb6b19535afd56d33 (diff)
cleaned up www and doc folders.
- removed all jars in www/webstart - deprecated some documents and readmes... feel free to remove some of them if no objections
Diffstat (limited to 'www/webstart/jogl-jsr-231.jnlp')
-rw-r--r--www/webstart/jogl-jsr-231.jnlp36
1 files changed, 0 insertions, 36 deletions
diff --git a/www/webstart/jogl-jsr-231.jnlp b/www/webstart/jogl-jsr-231.jnlp
deleted file mode 100644
index 8efa7c796..000000000
--- a/www/webstart/jogl-jsr-231.jnlp
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="https://jogl.dev.java.net/webstart/"
- href="jogl-jsr-231.jnlp">
- <information>
- <title>JOGL</title>
- <vendor>Sun Microsystems, Inc.</vendor>
- <homepage href="http://jogl.dev.java.net/"/>
- <description>JOGL - JSR-231 Test Build</description>
- <description kind="short">Java programming language binding for the OpenGL 3D graphics API. (Test build of JSR-231 APIs)</description>
- <offline-allowed/>
- </information>
- <security>
- <all-permissions/>
- </security>
-
- <resources>
- <jar href="jogl-jsr-231.jar" />
- </resources>
- <resources os="Windows">
- <nativelib href = "jogl-natives-win32-jsr-231.jar" />
- </resources>
- <resources os="SunOS" arch="sparc">
- <nativelib href = "jogl-natives-solsparc-jsr-231.jar" />
- </resources>
- <resources os="SunOS" arch="x86">
- <nativelib href = "jogl-natives-solx86-jsr-231.jar" />
- </resources>
- <resources os="Linux">
- <nativelib href = "jogl-natives-linux-jsr-231.jar" />
- </resources>
- <resources os="Mac OS X">
- <nativelib href = "jogl-natives-macosx-jsr-231.jar" />
- </resources>
-
- <component-desc />
-</jnlp>