From d1640dd5121d03f3cfca8e283ca7d9d5631851eb Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Fri, 17 Dec 2010 00:14:47 +0100 Subject: jnlp: remove version attribute from extension ref, which would require the server side jnlp/version protocol version applet: remove noddraw --- jnlp-files/jogl-core.jnlp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jnlp-files/jogl-core.jnlp') diff --git a/jnlp-files/jogl-core.jnlp b/jnlp-files/jogl-core.jnlp index 9a86c9762..464c65c94 100644 --- a/jnlp-files/jogl-core.jnlp +++ b/jnlp-files/jogl-core.jnlp @@ -17,8 +17,8 @@ <jar href="jogl.core.jar"/> <jar href="jogl.util.jar" download="lazy"/> - <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" version="JOGAMP_VERSION" /> - <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" version="JOGAMP_VERSION" /> + <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> + <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" /> </resources> <resources os="Windows" arch="x86"> -- cgit v1.2.3