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 /build.xml | |
parent | 84edfc7970a0bc828ba38295d88ee6e2a4dabbce (diff) |
updated webstart codebases
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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> |