From 03ce683b4e25716a0973aa6c1acb8698dbb3bb08 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 14 May 2010 14:37:51 +0200 Subject: Fix JOGL Deployment doc --- doc/userguide/index.html | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'doc/userguide') diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 60c9e4323..3d693eb95 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -189,28 +189,7 @@ sandbox.

-To reference JOGL within your application's JNLP file, simply place -the following line in the <resources> section: - -

-  <extension name="jogl" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" />
-
- -This JNLP file points to the current JSR-231 unofficial development -build. For reference, the extension JNLP file for the most recent -official JSR-231 build is available at - -
-  <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/webstart/jogl.jnlp" />
-
- -Note that before JOGL transitioned to the JSR-231 APIs, there were -releases of the library in the net.java.games.jogl -namespace under version numbers "1.0", "1.1", and "1.1.1". All of -these releases have been superseded by JSR-231. Please update your -applications. - -

+Please read JOGL Deployment.

Applet support

-- cgit v1.2.3