diff options
author | Sven Gothel <[email protected]> | 2010-12-15 05:10:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 05:10:12 +0100 |
commit | fa3e444221ba9b3745ad497b73d626670c4bb498 (patch) | |
tree | 02881a42ec50250209aae7bd2784a1a2fda37e5e /jnlp-files/joal.jnlp | |
parent | 6498d614a1fab1a5ba7ef1cf3469448f596ab175 (diff) |
Add version tag in jnlp files
Diffstat (limited to 'jnlp-files/joal.jnlp')
-rw-r--r-- | jnlp-files/joal.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/joal.jnlp b/jnlp-files/joal.jnlp index 0325a0a..35aa8e7 100644 --- a/jnlp-files/joal.jnlp +++ b/jnlp-files/joal.jnlp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <jnlp codebase="JOAL_CODEBASE_TAG/" - href="joal.jnlp"> + href="joal.jnlp" version="JOGAMP_VERSION"> <information> <title>Java(tm) Binding to the OpenAL(r) API</title> <vendor>JogAmp Community</vendor> @@ -16,7 +16,7 @@ <resources> <jar href="joal.jar" main="true"/> - <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> + <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" version="JOGAMP_VERSION"/> </resources> <resources os="Windows" arch="x86"> |