diff options
author | Sven Gothel <[email protected]> | 2010-12-15 05:12:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 05:12:53 +0100 |
commit | 13e3deec6287e5314894bb9d3d15ab5d31e82635 (patch) | |
tree | 7738570294735a3cf89ca0391352a776364adaf2 /jnlp-files/XTrans.jnlp | |
parent | aa6715b0b968a588b421cb9c7cb837c4101243e7 (diff) |
Use jogamp version tag
Diffstat (limited to 'jnlp-files/XTrans.jnlp')
-rw-r--r-- | jnlp-files/XTrans.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/XTrans.jnlp b/jnlp-files/XTrans.jnlp index ae351e8..6341ee9 100644 --- a/jnlp-files/XTrans.jnlp +++ b/jnlp-files/XTrans.jnlp @@ -20,7 +20,7 @@ <jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" version="JOGAMP_VERSION" />
</resources>
<application-desc main-class="demos.xtrans.Main">
|