Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-22 22:30:01 +0000
committerDavid Williams2015-03-22 22:30:01 +0000
commit4ba5d95a3f3af78fdcb65f17a5c1fe503949a7a6 (patch)
treeeba3248c066c9d01ba5220288f6ff87fe579a6aa /production/testScripts/runTests2.xml
parent9e8660460feb416c9bca393dea1919aa99c10c1d (diff)
downloadeclipse.platform.releng.aggregator-4ba5d95a3f3af78fdcb65f17a5c1fe503949a7a6.tar.gz
eclipse.platform.releng.aggregator-4ba5d95a3f3af78fdcb65f17a5c1fe503949a7a6.tar.xz
eclipse.platform.releng.aggregator-4ba5d95a3f3af78fdcb65f17a5c1fe503949a7a6.zip
Bug 461678 - Modify JUnit test framework to work with "Mac App" form
refactoring
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index ee14e9ebb..b4d9c6f01 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -864,7 +864,7 @@
<target
name="initBasicDirectories"
- depends="initWorkspace,initBuildId, initStreamSpecificProperties, initEclipseHome"
+ depends="initWorkspace,initBuildId, initStreamSpecificProperties,initInstallDir, initEclipseHome"
unless="basicDirectoriesInitialized">
<property environment="env" />

Back to the top