Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macosx')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index f7b314752..76b9bdf1f 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -32,7 +32,7 @@ testScript=./testAll.sh
# We implement as a property string, since eventually we may test multiple proxy settings.
# These listed here are for tests running on build.eclipse.org, to access files outside
# eclipse.org infrastructure.
-org.eclipse.core.net.prefs="\
+org.eclipse.core.net.prefs=\
eclipse.preferences.version=1\n\
org.eclipse.core.net.hasMigrated=true\n\
proxiesEnabled=true\n\
@@ -43,6 +43,6 @@ proxyData/HTTP/host=proxy.eclipse.org\n\
proxyData/HTTP/port=9898\n\
proxyData/HTTPS/hasAuth=false\n\
proxyData/HTTPS/host=proxy.eclipse.org\n\
-proxyData/HTTPS/port=9898\n"
+proxyData/HTTPS/port=9898\n
cvstest.properties=/Users/hudsonbuild/cvstest.properties

Back to the top