Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-12-03 04:56:28 +0000
committerDavid Williams2015-12-03 04:56:28 +0000
commit07f8c79994aa41aa50392cb14ec2620407e5a2e1 (patch)
tree1c7688dac1c5a028e35f6b233b6ea7b068dcfe59 /production/testScripts/configuration/sdk.tests/testConfigs/macosx
parent99cf6e98f346d0d5e03eb1f3423cee350993a7cf (diff)
downloadeclipse.platform.releng.aggregator-07f8c79994aa41aa50392cb14ec2620407e5a2e1.tar.gz
eclipse.platform.releng.aggregator-07f8c79994aa41aa50392cb14ec2620407e5a2e1.tar.xz
eclipse.platform.releng.aggregator-07f8c79994aa41aa50392cb14ec2620407e5a2e1.zip
Bug 483118 Fixing nonProxiedHosts values in all eclipse instances
correcting typos in pre-canned pref values
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macosx')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index 608d7e5d9..519b6ae19 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -37,7 +37,7 @@ eclipse.preferences.version=1\n\
org.eclipse.core.net.hasMigrated=true\n\
proxiesEnabled=true\n\
systemProxiesEnabled=true\n\
-nonProxiedHosts=*.eclipse.org
+nonProxiedHosts=*.eclipse.org|172.30.206.*\n\
proxyData/HTTP/hasAuth=false\n\
proxyData/HTTP/host=proxy.eclipse.org\n\
proxyData/HTTP/port=9898\n\

Back to the top