summaryrefslogtreecommitdiffstats
path: root/doc/userguide
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-14 14:37:51 +0200
committerSven Gothel <[email protected]>2010-05-14 14:37:51 +0200
commit03ce683b4e25716a0973aa6c1acb8698dbb3bb08 (patch)
tree167a61de48febcf195e0060a028a4e09ce4b5001 /doc/userguide
parent8ae3ba82b01382564525c4a7aa030bbf7d98c09a (diff)
Fix JOGL Deployment doc
Diffstat (limited to 'doc/userguide')
-rw-r--r--doc/userguide/index.html23
1 files changed, 1 insertions, 22 deletions
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.
</P>
<P>
-To reference JOGL within your application's JNLP file, simply place
-the following line in the <code>&lt;resources&gt;</code> section:
-
-<PRE>
- &lt;extension name="jogl" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" /&gt;
-</PRE>
-
-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
-
-<PRE>
- &lt;extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/webstart/jogl.jnlp" /&gt;
-</PRE>
-
-Note that before JOGL transitioned to the JSR-231 APIs, there were
-releases of the library in the <code>net.java.games.jogl</code>
-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.
-
-</P>
+Please read <a href="../deployment/JOGL-DEPLOYMENT.html">JOGL Deployment</a>.
<H3> Applet support </H3>