summaryrefslogtreecommitdiffstats
path: root/demo-template.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-25 15:22:20 +0200
committerSven Gothel <[email protected]>2012-08-25 15:22:20 +0200
commit741e97a3efddb5c489cb00a791cd7f84dd296fb0 (patch)
treef4ebe6e3eee1e9f23a18b9e6ea85a697319264d0 /demo-template.jnlp
parent5a196a9690a6ef43e38394992ef0c3874dbc0392 (diff)
Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix)
Diffstat (limited to 'demo-template.jnlp')
-rw-r--r--demo-template.jnlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-template.jnlp b/demo-template.jnlp
index 42ff928..732fe86 100644
--- a/demo-template.jnlp
+++ b/demo-template.jnlp
@@ -13,7 +13,7 @@
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
<property name="sun.java2d.noddraw" value="true"/>
- <jar href="jocl-demos.jar" main="true"/>
+ <jar href="jar/jocl-demos.jar" main="true"/>
<extension name="jocl" href="JOCL_CODEBASE_TAG/jocl.jnlp" />
EXTENSION
</resources>