Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-11-28 18:58:20 +0000
committerDavid Williams2015-11-28 18:58:20 +0000
commitda82e8583ba5074f515130b02376fe5569c370b4 (patch)
treee9263ff83dbe08cca35d0ebce22bd1a1aae1e703 /production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
parente6a73ce4d36bd3e084efe379f9a000ce590bf417 (diff)
downloadeclipse.platform.releng.aggregator-da82e8583ba5074f515130b02376fe5569c370b4.tar.gz
eclipse.platform.releng.aggregator-da82e8583ba5074f515130b02376fe5569c370b4.tar.xz
eclipse.platform.releng.aggregator-da82e8583ba5074f515130b02376fe5569c370b4.zip
Bug 483118 Fixing nonProxiedHosts values in all eclipse instances
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
index ef221eb13..91031a8c7 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
@@ -27,7 +27,7 @@ testScript=testAll.bat
# 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\
@@ -38,6 +38,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=c\:\\users\\hudsonbuild\\cvstest.properties

Back to the top