summaryrefslogtreecommitdiffstats
path: root/jnlp-files/FlyingText.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-17 00:24:02 +0100
committerSven Gothel <[email protected]>2010-12-17 00:24:02 +0100
commitdf1bf4aa61c75bc27b630d58691aa9ee09ad046e (patch)
tree30121186c933d4d9419e09898f60359ee414af65 /jnlp-files/FlyingText.jnlp
parent8707894cca0d462034241567e127cb9682d4ff3b (diff)
jnlp: remove version attribute from extension ref, which would require the server side jnlp/version protocol
Diffstat (limited to 'jnlp-files/FlyingText.jnlp')
-rw-r--r--jnlp-files/FlyingText.jnlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/FlyingText.jnlp b/jnlp-files/FlyingText.jnlp
index 867695f..74a0810 100644
--- a/jnlp-files/FlyingText.jnlp
+++ b/jnlp-files/FlyingText.jnlp
@@ -16,7 +16,7 @@
<property name="sun.java2d.noddraw" value="true"/>
<jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
- <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" version="JOGAMP_VERSION" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
<application-desc main-class="demos.j2d.FlyingText">