Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-22 22:51:08 +0000
committerDavid Williams2015-03-22 22:51:08 +0000
commitf898c54b099b975a9fbff891800fe9beb4019a6d (patch)
treea5cd237f6e0ba33a1f97007595b8d41ddf631c4f /production/testScripts/hudsonBootstrap
parent017d77150d3d850382b0b6df86754e05a680a542 (diff)
downloadeclipse.platform.releng.aggregator-f898c54b099b975a9fbff891800fe9beb4019a6d.tar.gz
eclipse.platform.releng.aggregator-f898c54b099b975a9fbff891800fe9beb4019a6d.tar.xz
eclipse.platform.releng.aggregator-f898c54b099b975a9fbff891800fe9beb4019a6d.zip
Bug 461678 - Modify JUnit test framework to work with "Mac App" form
refactoring
Diffstat (limited to 'production/testScripts/hudsonBootstrap')
-rw-r--r--production/testScripts/hudsonBootstrap/getEBuilder.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/testScripts/hudsonBootstrap/getEBuilder.xml b/production/testScripts/hudsonBootstrap/getEBuilder.xml
index 11342fef8..6232617d1 100644
--- a/production/testScripts/hudsonBootstrap/getEBuilder.xml
+++ b/production/testScripts/hudsonBootstrap/getEBuilder.xml
@@ -150,10 +150,11 @@
dir="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}"
failonerror="false" />
- <!-- cleanup (may eventually want to "cache" this zip file, so no need to re-fetch if already exists -->
+ <!-- cleanup (may eventually want to "cache" this zip file, so no need to re-fetch if already exists
<delete
file="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
failonerror="false" />
+ -->
<delete
dir="${WORKSPACE}/tempEBuilder"

Back to the top