Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-17 06:36:29 +0000
committerDavid Williams2013-03-17 06:36:29 +0000
commita1e7468909cb485999abf5eef3d3399b0fc07798 (patch)
treeb4b7cd99a1055b4d93f39ffe41df64607113d166 /production/testScripts/configuration/sdk.tests/testConfigs/macmini
parente67d56d0f8f3489c13818d9a9d8a40abb49be362 (diff)
downloadeclipse.platform.releng.aggregator-a1e7468909cb485999abf5eef3d3399b0fc07798.tar.gz
eclipse.platform.releng.aggregator-a1e7468909cb485999abf5eef3d3399b0fc07798.tar.xz
eclipse.platform.releng.aggregator-a1e7468909cb485999abf5eef3d3399b0fc07798.zip
[releng] tweak proxy settings based on bug 401964N20130317-2000
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macmini')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macmini/org.eclipse.core.net.prefs6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macmini/org.eclipse.core.net.prefs b/production/testScripts/configuration/sdk.tests/testConfigs/macmini/org.eclipse.core.net.prefs
index 5574ed4eb..97bd4cb6e 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macmini/org.eclipse.core.net.prefs
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macmini/org.eclipse.core.net.prefs
@@ -1,11 +1,11 @@
eclipse.preferences.version=1
org.eclipse.core.net.hasMigrated=true
proxiesEnabled=true
-systemProxiesEnabled=false
-nonProxiedHosts=download.eclipse.org|172.30.206.*
+systemProxiesEnabled=true
+nonProxiedHosts=download.eclipse.org|hudson.eclipse.org|172.30.206.*|172.25.25.*
proxyData/HTTP/hasAuth=false
proxyData/HTTP/host=proxy.eclipse.org
proxyData/HTTP/port=9898
-proxyData/HTTPS/hasAuth=false
+proxyData/HTTPS/hasAuth=false
proxyData/HTTPS/host=proxy.eclipse.org
proxyData/HTTPS/port=9898

Back to the top