diff options
author | Kenneth Russel <[email protected]> | 2005-05-11 16:22:35 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-11 16:22:35 +0000 |
commit | 2ad4957d5c3ada540b56177a9c1ce0295dbeecff (patch) | |
tree | db9ba4073bb6714120bd4889a4a2849b65d06e2c /www/webstart/jogl.jnlp | |
parent | fbffa214f9a430a780667718698682124f18717c (diff) |
Upgraded Java Web Start files to 1.1 b11 and version string to 1.1 b12
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@269 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www/webstart/jogl.jnlp')
-rw-r--r-- | www/webstart/jogl.jnlp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/webstart/jogl.jnlp b/www/webstart/jogl.jnlp index cc438f8b8..6f311c956 100644 --- a/www/webstart/jogl.jnlp +++ b/www/webstart/jogl.jnlp @@ -23,6 +23,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> |