Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-08-08 00:35:19 +0000
committerDavid Williams2016-08-08 00:35:19 +0000
commite2b7495cfc106634a9ec5acf9e0f8896077894c9 (patch)
tree835f96f00afa86a0113c077c4b23bf3108e95c05 /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parent5ab0fd6c1e7fd98249168ca551c31fa3644da405 (diff)
downloadeclipse.platform.releng.aggregator-e2b7495cfc106634a9ec5acf9e0f8896077894c9.tar.gz
eclipse.platform.releng.aggregator-e2b7495cfc106634a9ec5acf9e0f8896077894c9.tar.xz
eclipse.platform.releng.aggregator-e2b7495cfc106634a9ec5acf9e0f8896077894c9.zip
Bug 460929 - Should keep multiple baselines with separate names
minor changes: increases in memory. changes to white space. fixed one echo line.
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 09d5d5cc9..cf8a94aa4 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -280,11 +280,11 @@
not be set to "case sensitive".
-->
<condition property="basePlatformInstalled">
- <or>
- <available file="${platformLocation}/eclipse" />
- <available file="${platformLocation}/Eclipse.app" />
- <available file="${platformLocation}/eclipse.app" />
- </or>
+ <or>
+ <available file="${platformLocation}/eclipse" />
+ <available file="${platformLocation}/Eclipse.app" />
+ <available file="${platformLocation}/eclipse.app" />
+ </or>
</condition>
<antcall target="${platformTarget}" />
<antcall target="installPreferences">

Back to the top