diff options
author | Sven Gothel <[email protected]> | 2010-05-19 04:17:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-19 04:17:25 +0200 |
commit | 2329eaec304b79b1f9cd5838f7ea8747a9b45e14 (patch) | |
tree | 5b4aeff3092956e8a152ccff64fd9a705eb63155 /www/applettest-joal-next.html | |
parent | 8da49e2e73ca05e436c79722c28e914d0c31be03 (diff) |
Fix JNLPs .. vendor and url
Diffstat (limited to 'www/applettest-joal-next.html')
-rw-r--r-- | www/applettest-joal-next.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html index 27386ec..60a433a 100644 --- a/www/applettest-joal-next.html +++ b/www/applettest-joal-next.html @@ -15,8 +15,8 @@ http://jogamp.org/deployment/webstart-next/jogl.all.jar, http://jogamp.org/deployment/webstart-next/gluegen-rt.jar, http://jogamp.org/deployment/webstart-next/jogl-demos.jar, - http://download.java.net/media/joal/webstart/joal.jar, - http://download.java.net/media/joal/webstart/joal-demos.jar"> + http://jogamp.org/deployment/webstart/joal.jar, + http://jogamp.org/deployment/webstart/joal-demos.jar"> <param name="codebase_lookup" value="false"> <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> @@ -26,7 +26,7 @@ <param name="jnlpExtension1" value="http://jogamp.org/deployment/webstart-next/jogl-core.jnlp"> <param name="jnlpExtension2" - value="http://download.java.net/media/joal/webstart/joal.jnlp"> + value="http://jogamp.org/deployment/webstart/joal.jnlp"> </applet> |