Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-08-21 18:19:38 +0000
committerDavid Williams2014-08-21 18:19:38 +0000
commit04d01c7834f22a1d79d0f787447a47fc77173b38 (patch)
tree7b5be6a0734e9b086ccd54b74987aa6dcb2b6f33 /production/testScripts/hudsonBootstrap
parent3376d89a4dd26dc6a20d7f9a09ffd6dd856ecdba (diff)
downloadeclipse.platform.releng.aggregator-04d01c7834f22a1d79d0f787447a47fc77173b38.tar.gz
eclipse.platform.releng.aggregator-04d01c7834f22a1d79d0f787447a47fc77173b38.tar.xz
eclipse.platform.releng.aggregator-04d01c7834f22a1d79d0f787447a47fc77173b38.zip
Bug 441889 - refactor "production test scripts"
Diffstat (limited to 'production/testScripts/hudsonBootstrap')
-rw-r--r--production/testScripts/hudsonBootstrap/getEBuilder.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/production/testScripts/hudsonBootstrap/getEBuilder.xml b/production/testScripts/hudsonBootstrap/getEBuilder.xml
index 66afaa525..8d1c94c81 100644
--- a/production/testScripts/hudsonBootstrap/getEBuilder.xml
+++ b/production/testScripts/hudsonBootstrap/getEBuilder.xml
@@ -134,9 +134,7 @@
<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 verbose="true" todir="${WORKSPACE}/${folderName}">
- <fileset dir="${WORKSPACE}/tempEBuilder">
- <include name="**/*" />
- </fileset>
+ <fileset dir="${WORKSPACE}/tempEBuilder" />
<mapper
type="glob"
from="**/production/testScripts/"

Back to the top