Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-16 00:10:51 +0000
committerDavid Williams2013-02-16 00:10:51 +0000
commitc5a446812d6b836f971ed04ada44c4afbd925d48 (patch)
tree5fb33f79d9f4b2cde3661db464312b8cb8817d50 /production/testScripts/hudsonBootstrap
parent6b8a4ea4c98aa119b0d8bf32fb5e18dac1df85f4 (diff)
downloadeclipse.platform.releng.aggregator-c5a446812d6b836f971ed04ada44c4afbd925d48.tar.gz
eclipse.platform.releng.aggregator-c5a446812d6b836f971ed04ada44c4afbd925d48.tar.xz
eclipse.platform.releng.aggregator-c5a446812d6b836f971ed04ada44c4afbd925d48.zip
[releng] prep for Hudon tests on Mac and Windows
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 d8ad02a6b..756dbf90f 100644
--- a/production/testScripts/hudsonBootstrap/getEBuilder.xml
+++ b/production/testScripts/hudsonBootstrap/getEBuilder.xml
@@ -133,7 +133,7 @@
<antcall target="fetchEBuilder" />
<antcall target="fetchEBuilderLocal" />
- <antcall target="Ebuildercleanup" />
+ <antcall target="EBuildercleanup" />
<!-- copy the files we need for subsequent Hudson steps to "well known" location -->
<copy file="${WORKSPACE}/${eScriptLocation}/getBaseBuilder.xml" todir="${WORKSPACE}" />
@@ -256,7 +256,7 @@
</fileset>
</move>
- <echo message="Fetched Ebuilder to ${WORKSPACE}/${folderName}" />
+ <echo message="Fetched EBuilder to ${WORKSPACE}/${folderName}" />
</target>
@@ -307,7 +307,7 @@
</fileset>
</move>
- <echo message="Copied Ebuilder to ${WORKSPACE}/${folderName}" />
+ <echo message="Copied EBuilder to ${WORKSPACE}/${folderName}" />
</target>
</project> \ No newline at end of file

Back to the top