summaryrefslogtreecommitdiffstats
path: root/www/webstart/jogl-1-1.jnlp
diff options
context:
space:
mode:
authorFirst Last <[email protected]>2005-06-24 19:04:06 +0000
committerFirst Last <[email protected]>2005-06-24 19:04:06 +0000
commited85f53f73d69a44c6b98b3824354be3fbb7bf58 (patch)
treeac6fbac61164e9486c61f8d2a7ce6475abf5b418 /www/webstart/jogl-1-1.jnlp
parent033696c8184e1d1575fc3474b62631d08b761827 (diff)
This commit was manufactured by cvs2svn to create branch 'JSR-231'.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@312 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www/webstart/jogl-1-1.jnlp')
-rwxr-xr-xwww/webstart/jogl-1-1.jnlp36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/webstart/jogl-1-1.jnlp b/www/webstart/jogl-1-1.jnlp
new file mode 100755
index 000000000..25b0eb264
--- /dev/null
+++ b/www/webstart/jogl-1-1.jnlp
@@ -0,0 +1,36 @@
+<?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>