diff options
author | Silenio Quarti <silenio> | 2011-07-22 19:43:29 -0400 |
---|---|---|
committer | Silenio Quarti <silenio> | 2011-07-22 19:43:29 -0400 |
commit | 66d78557a633e00c8a59404e3077abe90462fe3b (patch) | |
tree | 5532f90f334a3979b695f8d8da7455d9d903d9a0 /bundles/org.eclipse.swt/buildSWT.xml | |
parent | 497b053864daffc7b924c42f6f8cf339644548f2 (diff) | |
download | eclipse.platform.swt-66d78557a633e00c8a59404e3077abe90462fe3b.tar.gz eclipse.platform.swt-66d78557a633e00c8a59404e3077abe90462fe3b.tar.xz eclipse.platform.swt-66d78557a633e00c8a59404e3077abe90462fe3b.zip |
clean up zip file when build failed
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r-- | bundles/org.eclipse.swt/buildSWT.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml index b5f8b18a0a..d49bf375f5 100644 --- a/bundles/org.eclipse.swt/buildSWT.xml +++ b/bundles/org.eclipse.swt/buildSWT.xml @@ -913,7 +913,7 @@ username="swtbuild" keyfile="${keyfile}" trust="true" - command="rm -rf ${remotetmpdir}; mkdir ${remotetmpdir}; mkdir ${lib_output}; cd ${remotetmpdir}; unzip -aa ${remotebuilddir}/${zip_file}; export MODEL=${swt.arch}; export OUTPUT_DIR=${lib_output}; if sh build.sh ${targets}; then cd; else cd; rm -rf ${remotetmpdir}; exit 1; fi"/> + command="rm -rf ${remotetmpdir}; mkdir ${remotetmpdir}; mkdir ${lib_output}; cd ${remotetmpdir}; unzip -aa ${remotebuilddir}/${zip_file}; export MODEL=${swt.arch}; export OUTPUT_DIR=${lib_output}; if sh build.sh ${targets}; then cd; else cd; rm -rf ${remotetmpdir}; rm ${remotebuilddir}/${zip_file}; exit 1; fi"/> <scp file="swtbuild@${machine}:${lib_output}/*" todir="${output_dir}" keyfile="${keyfile}" |