diff options
author | Sven Gothel <[email protected]> | 2010-12-17 00:25:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-17 00:25:16 +0100 |
commit | 355f4c762ebc7964e6b91ea137d862c9cf913c8c (patch) | |
tree | 45549e944635e9b64899454cf81a8591c97a5e14 /jnlp-files | |
parent | fa3e444221ba9b3745ad497b73d626670c4bb498 (diff) |
jnlp: remove version attribute from extension ref, which would require the server side jnlp/version protocol
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/joal.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/joal.jnlp b/jnlp-files/joal.jnlp index 35aa8e7..55f484f 100644 --- a/jnlp-files/joal.jnlp +++ b/jnlp-files/joal.jnlp @@ -16,7 +16,7 @@ <resources> <jar href="joal.jar" main="true"/> - <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" version="JOGAMP_VERSION"/> + <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> </resources> <resources os="Windows" arch="x86"> |