diff options
Diffstat (limited to 'hudson-builds/test_something.sh')
-rwxr-xr-x | hudson-builds/test_something.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hudson-builds/test_something.sh b/hudson-builds/test_something.sh index 7f20781..70c0f7b 100755 --- a/hudson-builds/test_something.sh +++ b/hudson-builds/test_something.sh @@ -7,6 +7,8 @@ sdir=`dirname $0` . $sdir/../deployment/funcs_jnlp_relocate.sh -copy_relocate_jnlps $url $wsdir +copy_relocate_jnlps_base $url $wsdir +copy_relocate_jnlps_demos $url $wsdir jogl-demos +copy_relocate_jnlps_demos $url $wsdir jocl-demos remove_security_tag_jnlps $wsdir |