summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 1fc62e2f..4580f106 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>