Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-11-28 19:55:32 +0000
committerDavid Williams2015-11-28 19:55:32 +0000
commita8dafc3b176e8005ffde7e5e0a3fad8d467a4973 (patch)
treec9a84304a08aad65d9c3ffe2ae263a83818d2df3 /production/testScripts/configuration/sdk.tests/testConfigs/win7
parentf4c02634b46c7c5f0b9a85dd5b3040f8b9ca019a (diff)
downloadeclipse.platform.releng.aggregator-a8dafc3b176e8005ffde7e5e0a3fad8d467a4973.tar.gz
eclipse.platform.releng.aggregator-a8dafc3b176e8005ffde7e5e0a3fad8d467a4973.tar.xz
eclipse.platform.releng.aggregator-a8dafc3b176e8005ffde7e5e0a3fad8d467a4973.zip
Bug 483118 Fixing nonProxiedHosts values in all eclipse instances
last *guess* before 3 PM build.
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
index b50ae4351..dc4b00778 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
@@ -31,7 +31,7 @@ org.eclipse.core.net.prefs=\
eclipse.preferences.version=1\n\
org.eclipse.core.net.hasMigrated=true\n\
proxiesEnabled=true\n\
-systemProxiesEnabled=true\n\
+systemProxiesEnabled=false\n\
nonProxiedHosts=localhost|127.0.0.1|172.30.206.0|download.eclipse.org|archive.eclipse.org|dev.eclipse.org\n\
proxyData/HTTP/hasAuth=false\n\
proxyData/HTTP/host=proxy.eclipse.org\n\

Back to the top