From 2e17e1d9f8b9cae73fac1a0a0b49b5a9cd13280b Mon Sep 17 00:00:00 2001
From: Kenneth Russel
Date: Fri, 27 May 2005 22:28:01 +0000
Subject: Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc;
added HDR demo
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@288 232f8b59-042b-4e1e-8c03-345bb8c30851
---
make/gl-common.cfg | 2 +-
www/index.html | 30 +++++++++++++++---------------
www/webstart/jogl-natives-linux.jar | Bin 295596 -> 307226 bytes
www/webstart/jogl-natives-macosx.jar | Bin 143429 -> 150105 bytes
www/webstart/jogl-natives-solsparc.jar | Bin 258964 -> 274477 bytes
www/webstart/jogl-natives-solx86.jar | Bin 231699 -> 246863 bytes
www/webstart/jogl-natives-win32.jar | Bin 59502 -> 61510 bytes
www/webstart/jogl.jar | Bin 1121386 -> 1170491 bytes
8 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/make/gl-common.cfg b/make/gl-common.cfg
index aa680eb62..515b3726c 100644
--- a/make/gl-common.cfg
+++ b/make/gl-common.cfg
@@ -334,7 +334,7 @@ CustomJavaCode GL * used successfully through this GL instance given the curr
CustomJavaCode GL * client) and display (OpenGL server) configuration.
CustomJavaCode GL *
CustomJavaCode GL * @param glExtensionName the name of the OpenGL extension (e.g.,
-CustomJavaCode GL * "GL_VERTEX_PROGRAM_ARB").
+CustomJavaCode GL * "GL_ARB_vertex_program").
CustomJavaCode GL */
CustomJavaCode GL public boolean isExtensionAvailable(String glExtensionName);
diff --git a/www/index.html b/www/index.html
index 882abc8b8..c3c42f669 100644
--- a/www/index.html
+++ b/www/index.html
@@ -61,7 +61,7 @@ at Sun Microsystems.
JOGL provides full access to the APIs in the OpenGL
-1.5 specification as well as nearly all vendor extensions, and integrates
+2.0 specification as well as nearly all vendor extensions, and integrates
with the AWT and Swing widget sets.
@@ -128,7 +128,7 @@ advanced OpenGL techniques now possible with the Java platform.
This project has been built in the following
environments. All require the ANTLR parser generator and the Ant build system to be installed; please
+ href="http://ant.apache.org/">Ant build system version 1.6 or later to be installed; please
see the build
documentation for details.
@@ -139,16 +139,16 @@ documentation for details.
- Solaris
- 8 for SPARC
+ href="http://www.sun.com/software/solaris/">Solaris
+ 8 or later
- Sun
- ONE Studio 8 Compiler Collection
+ href="http://www.sun.com/software/products/studio/">Sun
+ ONE Studio 8 Compiler Collection or later
- Sun
- OpenGL for Solaris
+ href="http://www.sun.com/software/graphics/opengl/">Sun
+ OpenGL for Solaris (or Mesa for Solaris 9 x86)
- Sun J2SDK 1.4.2
+ href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later
@@ -158,10 +158,10 @@ documentation for details.
- - Red Hat Linux 7.3 for x86
+ - Red Hat Linux 7.3 for x86 or later
- GCC
- Sun J2SDK 1.4.2
+ href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later
@@ -175,7 +175,7 @@ documentation for details.
will not work with earlier releases)
- GCC
- Java
- 1.4.2 for Mac OS X
+ 1.4.2 or later for Mac OS X
@@ -184,12 +184,12 @@ documentation for details.
- - Windows 2000 for x86
+ - Windows 2000 or later for x86
- Microsoft Visual C++
- 6.0, 7.0, or MinGW compilers
+ 6.0 or later, or MinGW compilers
- Sun J2SDK 1.4.2
+ href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later
diff --git a/www/webstart/jogl-natives-linux.jar b/www/webstart/jogl-natives-linux.jar
index 1b8acb5ce..5b4cd2be6 100644
Binary files a/www/webstart/jogl-natives-linux.jar and b/www/webstart/jogl-natives-linux.jar differ
diff --git a/www/webstart/jogl-natives-macosx.jar b/www/webstart/jogl-natives-macosx.jar
index f39e397bb..de36afb3f 100644
Binary files a/www/webstart/jogl-natives-macosx.jar and b/www/webstart/jogl-natives-macosx.jar differ
diff --git a/www/webstart/jogl-natives-solsparc.jar b/www/webstart/jogl-natives-solsparc.jar
index 450ee124f..833c67fcc 100644
Binary files a/www/webstart/jogl-natives-solsparc.jar and b/www/webstart/jogl-natives-solsparc.jar differ
diff --git a/www/webstart/jogl-natives-solx86.jar b/www/webstart/jogl-natives-solx86.jar
index 7460f5f38..969906165 100755
Binary files a/www/webstart/jogl-natives-solx86.jar and b/www/webstart/jogl-natives-solx86.jar differ
diff --git a/www/webstart/jogl-natives-win32.jar b/www/webstart/jogl-natives-win32.jar
index 05106ff92..85124a966 100644
Binary files a/www/webstart/jogl-natives-win32.jar and b/www/webstart/jogl-natives-win32.jar differ
diff --git a/www/webstart/jogl.jar b/www/webstart/jogl.jar
index d7dd32923..7a6e73eec 100644
Binary files a/www/webstart/jogl.jar and b/www/webstart/jogl.jar differ
--
cgit v1.2.3