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/JRefract.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/JRefract.jnlp')
-rw-r--r-- | jnlp-files/JRefract.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/JRefract.jnlp b/jnlp-files/JRefract.jnlp index 323cad5..5cf7cd8 100644 --- a/jnlp-files/JRefract.jnlp +++ b/jnlp-files/JRefract.jnlp @@ -21,7 +21,7 @@ <jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" version="JOGAMP_VERSION" />
+ <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" />
</resources>
<application-desc main-class="demos.jrefract.JRefract">
|