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/VertexBufferObject.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/VertexBufferObject.jnlp')
-rw-r--r-- | jnlp-files/VertexBufferObject.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/VertexBufferObject.jnlp b/jnlp-files/VertexBufferObject.jnlp index 32a933a..cfa6f9c 100644 --- a/jnlp-files/VertexBufferObject.jnlp +++ b/jnlp-files/VertexBufferObject.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.vertexBufferObject.VertexBufferObject"> |