aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-awt.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-17 00:14:47 +0100
committerSven Gothel <[email protected]>2010-12-17 00:14:47 +0100
commitd1640dd5121d03f3cfca8e283ca7d9d5631851eb (patch)
tree6c37b2ad31e0d45db2a0c9938bba1bb5b460673b /jnlp-files/newt-awt.jnlp
parent04aa46e5745f346d6527ddba8c39e61e25acf55e (diff)
jnlp: remove version attribute from extension ref, which would require the server side jnlp/version protocol
version applet: remove noddraw
Diffstat (limited to 'jnlp-files/newt-awt.jnlp')
-rw-r--r--jnlp-files/newt-awt.jnlp4
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp
index 947659e39..fc5b7f178 100644
--- a/jnlp-files/newt-awt.jnlp
+++ b/jnlp-files/newt-awt.jnlp
@@ -15,8 +15,8 @@
</security>
<resources>
<jar href="newt.awt.jar" />
- <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" version="JOGAMP_VERSION" />
- <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" version="JOGAMP_VERSION" />
+ <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" />
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
</resources>
<component-desc />
</jnlp>