Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-08-21 18:17:35 +0000
committerDavid Williams2014-08-21 18:17:35 +0000
commit3376d89a4dd26dc6a20d7f9a09ffd6dd856ecdba (patch)
tree4ad352ba4df74e1c72ba3d7dd82ca2c69c8e7598 /production/testScripts/hudsonBootstrap
parent94e3843d7ecffdb9973d5117e9096731003bcc94 (diff)
downloadeclipse.platform.releng.aggregator-3376d89a4dd26dc6a20d7f9a09ffd6dd856ecdba.tar.gz
eclipse.platform.releng.aggregator-3376d89a4dd26dc6a20d7f9a09ffd6dd856ecdba.tar.xz
eclipse.platform.releng.aggregator-3376d89a4dd26dc6a20d7f9a09ffd6dd856ecdba.zip
Bug 441889 - refactor "production test scripts"
Diffstat (limited to 'production/testScripts/hudsonBootstrap')
-rw-r--r--production/testScripts/hudsonBootstrap/getEBuilder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/testScripts/hudsonBootstrap/getEBuilder.xml b/production/testScripts/hudsonBootstrap/getEBuilder.xml
index c77bb9852..66afaa525 100644
--- a/production/testScripts/hudsonBootstrap/getEBuilder.xml
+++ b/production/testScripts/hudsonBootstrap/getEBuilder.xml
@@ -138,9 +138,9 @@
<include name="**/*" />
</fileset>
<mapper
- type="regexp"
- from=".*/production/testScripts/(.*)"
- to="/production/testScripts/\1" />
+ type="glob"
+ from="**/production/testScripts/"
+ to="/production/testScripts/" />
</move>
<echo message="Fetched EBuilder/production/testscrips to ${WORKSPACE}/${folderName}" />

Back to the top