diff options
author | Kenneth Russel <[email protected]> | 2005-07-07 22:49:47 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-07-07 22:49:47 +0000 |
commit | 0fa2740c8c186b0908baa5b7629bef657fe38527 (patch) | |
tree | a6f15a7e18af660886149730c2d677a537bf38c5 /www/webstart/jogl.jnlp | |
parent | 0969a98f2007d76e38f8819eedfead5b840f6364 (diff) |
Merged with main trunk (tag JOGL_PRE_1_1_1)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@317 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www/webstart/jogl.jnlp')
-rw-r--r-- | www/webstart/jogl.jnlp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/webstart/jogl.jnlp b/www/webstart/jogl.jnlp index cc438f8b8..70de4bbd9 100644 --- a/www/webstart/jogl.jnlp +++ b/www/webstart/jogl.jnlp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0.1" - codebase="https://jogl.dev.java.net/webstart/" +<jnlp codebase="https://jogl.dev.java.net/webstart/" href="jogl.jnlp"> <information> <title>JOGL</title> @@ -23,6 +22,9 @@ <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> |