Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-15 23:26:04 +0000
committerDavid Williams2013-03-15 23:26:04 +0000
commit721f10e2c2e30b0c37babc577d55b106d27d266c (patch)
treeb23e8ac84518a9077b7f6ff86d345bcf0c04fc4e /production/testScripts/configuration/sdk.tests/testConfigs/linux
parent7b01e0e89883ed51e4b2f6d2525a5483e9e19917 (diff)
downloadeclipse.platform.releng.aggregator-721f10e2c2e30b0c37babc577d55b106d27d266c.tar.gz
eclipse.platform.releng.aggregator-721f10e2c2e30b0c37babc577d55b106d27d266c.tar.xz
eclipse.platform.releng.aggregator-721f10e2c2e30b0c37babc577d55b106d27d266c.zip
[releng] tweak proxy settings based on bug 401964
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/linux')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linux/org.eclipse.core.net.prefs22
1 files changed, 10 insertions, 12 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linux/org.eclipse.core.net.prefs b/production/testScripts/configuration/sdk.tests/testConfigs/linux/org.eclipse.core.net.prefs
index c9e4c1c84..a36be1adb 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linux/org.eclipse.core.net.prefs
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linux/org.eclipse.core.net.prefs
@@ -1,13 +1,11 @@
eclipse.preferences.version=1
-nonProxiedHosts=127.0.0.1|localhost|*.localhost|local|*.local|169.254/16|*.169.254/16|eclipse.org|*.eclipse.org|hudson.eclipse.org|*.hudson.eclipse.org|dev.eclipse.org|*.dev.eclipse.org
-org.eclipse.core.net.hasMigrated=true
-proxyData/HTTP/hasAuth=false
-proxyData/HTTP/host=proxy.eclipse.org
-proxyData/HTTP/port=9898
-proxyData/HTTPS/hasAuth=false
-proxyData/HTTPS/host=proxy.eclipse.org
-proxyData/HTTPS/port=9898
-proxyData/SOCKS/hasAuth=false
-proxyData/SOCKS/host=proxy.eclipse.org
-proxyData/SOCKS/port=9898
-systemProxiesEnabled=true
+org.eclipse.core.net.hasMigrated=true
+proxiesEnabled=true
+systemProxiesEnabled=false
+nonProxiedHosts="172.30.*.*|172.25.*.*|localhost|127.0.0.1|hudson.eclipse.org"
+proxyData/HTTP/hasAuth=false
+proxyData/HTTP/host=proxy.eclipse.org
+proxyData/HTTP/port=9898
+proxyData/HTTPS/hasAuth=false
+proxyData/HTTPS/host=proxy.eclipse.org
+proxyData/HTTPS/port=9898 \ No newline at end of file

Back to the top