summaryrefslogtreecommitdiffstats
path: root/build.xml
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 /build.xml
parent84edfc7970a0bc828ba38295d88ee6e2a4dabbce (diff)
updated webstart codebases
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>