diff options
author | Kenneth Russel <[email protected]> | 2009-05-15 23:39:21 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-05-15 23:39:21 +0000 |
commit | e2332d2f2908e68f1e77454c73f329f8ff2b400d (patch) | |
tree | 3196ae3c8802d884f662bb995be05ee718c79f38 | |
parent | b9d131fc3499afda8ac7298e0efe1e70f5f48a67 (diff) |
Made applettest-next.html and applettest-joal-next.html point at fully
cloned "next" jars and JNLP extensions
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@333 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r-- | www/applettest-joal-next.html | 4 | ||||
-rw-r--r-- | www/applettest-next.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html index f5b406a..ec65d7c 100644 --- a/www/applettest-joal-next.html +++ b/www/applettest-joal-next.html @@ -10,7 +10,7 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar,http://download.java.net/media/joal/webstart/joal.jar,http://download.java.net/media/joal/webstart/joal-demos.jar"> + archive="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/joal.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/joal-demos.jar"> <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> <param name="progressbar" value="true"> @@ -18,7 +18,7 @@ <param name="jnlpExtension1" value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jnlp"> <param name="jnlpExtension2" - value="http://download.java.net/media/joal/webstart/joal.jnlp"> + value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/joal.jnlp"> </applet> </P> diff --git a/www/applettest-next.html b/www/applettest-next.html index 9f06d47..72fd7ef 100644 --- a/www/applettest-next.html +++ b/www/applettest-next.html @@ -10,7 +10,7 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar"> + archive="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> <param name="noddraw.check" value="true"> |