diff options
author | Michael Bien <[email protected]> | 2010-09-09 22:11:56 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-09 22:11:56 +0200 |
commit | 2bd2c52a3d0ed1ca26ca35c3ad63d4816baa71a1 (patch) | |
tree | f967f05ae9c8d68fc6b2928ce7fe893832caccc9 /jocl.jnlp | |
parent | 84edfc7970a0bc828ba38295d88ee6e2a4dabbce (diff) |
updated webstart codebases
Diffstat (limited to 'jocl.jnlp')
-rw-r--r-- | jocl.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="CODEBASE_TAG" href="jocl.jnlp"> +<jnlp codebase="JOCL_CODEBASE_TAG" href="jocl.jnlp"> <information> <title>Java(tm) Binding to the OpenCL(r) API</title> <vendor>JogAmp Community</vendor> @@ -14,7 +14,7 @@ </security> <resources> <jar href="jocl.jar" /> - <extension name="gluegen-rt" href="http://jogamp.org/deployment/webstart-next/gluegen-rt.jnlp" /> + <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> </resources> <resources os="Windows" arch="x86"> <nativelib href = "jocl-natives-windows-i586.jar" /> |