Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-08-21 17:49:41 +0000
committerDavid Williams2014-08-21 17:49:41 +0000
commit9727d025bdaa2c881576c5094c753d856250988e (patch)
treef8a925491fbff0f4a95f7a3e1e902b3d17bfeff6 /production/testScripts/hudsonBootstrap
parentb18c279a3983b14d85b82e7cdc3fc37ee954c928 (diff)
downloadeclipse.platform.releng.aggregator-9727d025bdaa2c881576c5094c753d856250988e.tar.gz
eclipse.platform.releng.aggregator-9727d025bdaa2c881576c5094c753d856250988e.tar.xz
eclipse.platform.releng.aggregator-9727d025bdaa2c881576c5094c753d856250988e.zip
Bug 441889 - refactor "production test scripts"
Diffstat (limited to 'production/testScripts/hudsonBootstrap')
-rw-r--r--production/testScripts/hudsonBootstrap/getEBuilder.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/production/testScripts/hudsonBootstrap/getEBuilder.xml b/production/testScripts/hudsonBootstrap/getEBuilder.xml
index 031d28636..cac124128 100644
--- a/production/testScripts/hudsonBootstrap/getEBuilder.xml
+++ b/production/testScripts/hudsonBootstrap/getEBuilder.xml
@@ -129,6 +129,9 @@
dest="${WORKSPACE}/tempEBuilder/"
overwrite="true" />
+ <echo message="preparing to move ${WORKSPACE}/tempEBuilder" />
+ <echo message=" into ${WORKSPACE}/${folderName}" />
+ <echo message=" using regex mapper" />
<!-- We need only the 'production/testscripts' directory. And input can be of different "depths" depending on where it comes from. -->
<move todir="${WORKSPACE}/${folderName}">
<fileset dir="${WORKSPACE}/tempEBuilder">

Back to the top