From 3f8dfebd6050d93b111b4b7b38b37bb2e9db3213 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 3 Feb 2010 13:56:31 +0000 Subject: [PATCH] new version of JOGL applet launcher that uses JNLP instead of regular export --- opengl/library/export.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opengl/library/export.txt b/opengl/library/export.txt index 3085622a1..da018fddc 100755 --- a/opengl/library/export.txt +++ b/opengl/library/export.txt @@ -12,4 +12,8 @@ application.windows = opengl.jar, jogl.jar, jogl.dll, jogl_awt.dll, jogl_cg.dll, application.linux = opengl.jar, jogl.jar, gluegen-rt.jar, libjogl.so, libjogl_awt.so, libjogl_cg.so, libgluegen-rt.so -applet = opengl.jar, jogl.jar, jogl.jar.pack.gz, jogl-natives-linux-i586.jar, jogl-natives-linux-amd64.jar, jogl-natives-macosx-ppc.jar, jogl-natives-macosx-universal.jar, jogl-natives-windows-i586.jar, jogl-natives-windows-amd64.jar, gluegen-rt.jar, gluegen-rt.jar.pack.gz, gluegen-rt-natives-linux-amd64.jar, gluegen-rt-natives-windows-amd64.jar, gluegen-rt-natives-linux-i586.jar, gluegen-rt-natives-windows-i586.jar, gluegen-rt-natives-macosx-ppc.jar, gluegen-rt-natives-macosx-universal.jar +# In releases later than (but not including) 1.0.9, the applet JAR files +# are downloaded directly from Sun, so that a single version is cached +# on the user's computer, rather than increasing the download size with +# the versions for each platform. +applet = opengl.jar