diff options
author | Kenneth Russel <[email protected]> | 2007-07-03 23:32:12 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-03 23:32:12 +0000 |
commit | a61c3a19bc11fc2ec5d07ad1cbaae7dd220662b1 (patch) | |
tree | 9b5336a8c9f6e77a57db168828a69e0c161a22a4 | |
parent | 66b4a7951745a53584832f9543ed1d81751b8708 (diff) |
Test to see if we can use absolute URLs in archive tag
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@214 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r-- | www/applettest-next.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/applettest-next.html b/www/applettest-next.html index 3a527c3..3c04bb9 100644 --- a/www/applettest-next.html +++ b/www/applettest-next.html @@ -10,8 +10,8 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next" - archive="applet-launcher.jar,jogl.jar,gluegen-rt.jar,jogl-demos.jar"> + codebase="http://download.java.net/media/applet-launcher" + archive="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"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> <param name="progressbar" value="true"> |