aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-09-09 22:11:56 +0200
committerMichael Bien <[email protected]>2010-09-09 22:11:56 +0200
commit2bd2c52a3d0ed1ca26ca35c3ad63d4816baa71a1 (patch)
treef967f05ae9c8d68fc6b2928ce7fe893832caccc9
parent84edfc7970a0bc828ba38295d88ee6e2a4dabbce (diff)
updated webstart codebases
-rw-r--r--build.xml7
-rw-r--r--jocl.jnlp4
2 files changed, 6 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 1fc62e2..4580f10 100644
--- a/build.xml
+++ b/build.xml
@@ -85,12 +85,13 @@
<target name="-post-jar" depends="jar.natives,tag.build">
- <!-- TODO temporary codebase -->
- <property name="jnlp.codebase" value="http://people.fh-landshut.de/~mbien/jogamp/jocl/"/>
+ <property name="jocl.jnlp.codebase" value="http://jogamp.org/deployment/webstart-next/jocl"/>
+ <property name="gluegen.jnlp.codebase" value="http://jogamp.org/deployment/jocl-webstart-next"/>
<copy file="jocl.jnlp" tofile="${dist.jar.dir}/jocl.jnlp">
<filterchain>
- <replacestring from="CODEBASE_TAG" to="${jnlp.codebase}"/>
+ <replacestring from="JOCL_CODEBASE_TAG" to="${jocl.jnlp.codebase}"/>
+ <replacestring from="GLUEGEN_CODEBASE_TAG" to="${gluegen.jnlp.codebase}"/>
</filterchain>
</copy>
diff --git a/jocl.jnlp b/jocl.jnlp
index c243ca2..2450b2b 100644
--- a/jocl.jnlp
+++ b/jocl.jnlp
@@ -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" />