diff options
author | Sven Gothel <[email protected]> | 2010-12-16 07:10:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-16 07:10:45 +0100 |
commit | 8707894cca0d462034241567e127cb9682d4ff3b (patch) | |
tree | 6025d844876668585740f6b3b08c413a97844729 /jnlp-files/applet-gearsjoal.jnlp | |
parent | 06a03989dc067420124b3633905e84572244bf3b (diff) |
Fix joal/gears applet demo
Diffstat (limited to 'jnlp-files/applet-gearsjoal.jnlp')
-rw-r--r-- | jnlp-files/applet-gearsjoal.jnlp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlp-files/applet-gearsjoal.jnlp b/jnlp-files/applet-gearsjoal.jnlp index 0ffe065..d8745d7 100644 --- a/jnlp-files/applet-gearsjoal.jnlp +++ b/jnlp-files/applet-gearsjoal.jnlp @@ -14,6 +14,7 @@ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> <property name="sun.java2d.noddraw" value="true"/> <jar href="jogl-demos.jar" main="true"/> + <jar href="jogl-demos-data.jar"/> <jar href="jogl-demos-util.jar"/> <extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" version="JOGAMP_VERSION" /> <extension name="joal" href="JOAL_CODEBASE_TAG/joal.jnlp" version="JOGAMP_VERSION" /> |