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/JRefract.jnlp | |
parent | aa6715b0b968a588b421cb9c7cb837c4101243e7 (diff) |
Use jogamp version tag
Diffstat (limited to 'jnlp-files/JRefract.jnlp')
-rw-r--r-- | jnlp-files/JRefract.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/JRefract.jnlp b/jnlp-files/JRefract.jnlp index 5cf7cd8..323cad5 100644 --- a/jnlp-files/JRefract.jnlp +++ b/jnlp-files/JRefract.jnlp @@ -21,7 +21,7 @@ <jar href="jogl-demos.jar" main="true"/>
<jar href="jogl-demos-util.jar" />
<jar href="jogl-demos-data.jar" />
- <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" />
+ <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" version="JOGAMP_VERSION" />
</resources>
<application-desc main-class="demos.jrefract.JRefract">
|