diff options
author | Sven Gothel <[email protected]> | 2010-12-17 00:24:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-17 00:24:02 +0100 |
commit | df1bf4aa61c75bc27b630d58691aa9ee09ad046e (patch) | |
tree | 30121186c933d4d9419e09898f60359ee414af65 /jnlp-files/applet-gearsjoal.jnlp | |
parent | 8707894cca0d462034241567e127cb9682d4ff3b (diff) |
jnlp: remove version attribute from extension ref, which would require the server side jnlp/version protocol
Diffstat (limited to 'jnlp-files/applet-gearsjoal.jnlp')
-rw-r--r-- | jnlp-files/applet-gearsjoal.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/applet-gearsjoal.jnlp b/jnlp-files/applet-gearsjoal.jnlp index d8745d7..dfa8ff4 100644 --- a/jnlp-files/applet-gearsjoal.jnlp +++ b/jnlp-files/applet-gearsjoal.jnlp @@ -16,8 +16,8 @@ <jar href="jogl-demos.jar" main="true"/> <jar href="jogl-demos-data.jar"/> <jar href="jogl-demos-util.jar"/> - <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" version="JOGAMP_VERSION" /> - <extension name="joal" href="JOAL_CODEBASE_TAG/joal.jnlp" version="JOGAMP_VERSION" /> + <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" /> + <extension name="joal" href="JOAL_CODEBASE_TAG/joal.jnlp" /> </resources> <applet-desc |