diff options
author | Sven Gothel <[email protected]> | 2011-08-05 05:46:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 05:46:31 +0200 |
commit | 8dbb09541973d33168430eac5eae092b99b1c106 (patch) | |
tree | 52a34b1a19507886081086adb7df9ee1515549ba /jnlp-files/JRefract.jnlp | |
parent | 4882763851a38d979b2117a4e4fbf62683d9ff8b (diff) |
adapt to jogl's jnlp/jar reduction
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..f8003a8 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="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
<application-desc main-class="demos.jrefract.JRefract">
|