Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-04-15 02:11:34 +0000
committerDavid Williams2013-04-15 02:11:34 +0000
commit9b543cf3c1cbcc638ed8b639900fcdb7bd579fbc (patch)
tree1ed2838c98ec8b2ed79da473e0cad522676975a0 /production/testScripts/hudsonBootstrap
parenta037a9bd46d20b8ef3c1a2ce93392d6692758177 (diff)
downloadeclipse.platform.releng.aggregator-9b543cf3c1cbcc638ed8b639900fcdb7bd579fbc.tar.gz
eclipse.platform.releng.aggregator-9b543cf3c1cbcc638ed8b639900fcdb7bd579fbc.tar.xz
eclipse.platform.releng.aggregator-9b543cf3c1cbcc638ed8b639900fcdb7bd579fbc.zip
Bug 324682 - change basebuilder to sdk plus tools
Diffstat (limited to 'production/testScripts/hudsonBootstrap')
-rw-r--r--production/testScripts/hudsonBootstrap/getEBuilder.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/hudsonBootstrap/getEBuilder.xml b/production/testScripts/hudsonBootstrap/getEBuilder.xml
index 756dbf90f..1bcb4d8dd 100644
--- a/production/testScripts/hudsonBootstrap/getEBuilder.xml
+++ b/production/testScripts/hudsonBootstrap/getEBuilder.xml
@@ -136,7 +136,7 @@
<antcall target="EBuildercleanup" />
<!-- copy the files we need for subsequent Hudson steps to "well known" location -->
- <copy file="${WORKSPACE}/${eScriptLocation}/getBaseBuilder.xml" todir="${WORKSPACE}" />
+ <copy file="${WORKSPACE}/${folderName}/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilder.xml" todir="${WORKSPACE}" />
<copy file="${WORKSPACE}/${eScriptLocation}/runTests2.xml" todir="${WORKSPACE}" />
</target>

Back to the top