From db8ed4b02cf32962a30693784c344d98785f1f77 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 16 Mar 2013 14:30:54 -0400 Subject: [releng] tweak proxy settings based on bug 401964 --- .../testConfigs/linux/org.eclipse.core.net.prefs | 16 ++++++++-------- .../testConfigs/linux32/org.eclipse.core.net.prefs | 14 +++++++------- .../testConfigs/macmini/org.eclipse.core.net.prefs | 16 ++++++++-------- .../testConfigs/macosx/org.eclipse.core.net.prefs | 16 ++++++++-------- .../testConfigs/win7-64/org.eclipse.core.net.prefs | 16 ++++++++-------- .../testConfigs/win7/org.eclipse.core.net.prefs | 16 ++++++++-------- 6 files changed, 47 insertions(+), 47 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 a36be1adb..59171c540 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,11 +1,11 @@ eclipse.preferences.version=1 -org.eclipse.core.net.hasMigrated=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 +nonProxiedHosts=172.30.*.*|172.25.*.*|localhost|127.0.0.1 +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 diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linux32/org.eclipse.core.net.prefs b/production/testScripts/configuration/sdk.tests/testConfigs/linux32/org.eclipse.core.net.prefs index a36be1adb..7ea7037e3 100644 --- a/production/testScripts/configuration/sdk.tests/testConfigs/linux32/org.eclipse.core.net.prefs +++ b/production/testScripts/configuration/sdk.tests/testConfigs/linux32/org.eclipse.core.net.prefs @@ -1,11 +1,11 @@ eclipse.preferences.version=1 -org.eclipse.core.net.hasMigrated=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 +nonProxiedHosts=172.30.*.*|172.25.*.*|localhost|127.0.0.1 +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 +proxyData/HTTPS/host=proxy.eclipse.org +proxyData/HTTPS/port=9898 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 a36be1adb..59171c540 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 +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 +nonProxiedHosts=172.30.*.*|172.25.*.*|localhost|127.0.0.1 +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 diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/org.eclipse.core.net.prefs b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/org.eclipse.core.net.prefs index a36be1adb..59171c540 100644 --- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/org.eclipse.core.net.prefs +++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/org.eclipse.core.net.prefs @@ -1,11 +1,11 @@ eclipse.preferences.version=1 -org.eclipse.core.net.hasMigrated=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 +nonProxiedHosts=172.30.*.*|172.25.*.*|localhost|127.0.0.1 +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 diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/org.eclipse.core.net.prefs b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/org.eclipse.core.net.prefs index 486b7e383..59171c540 100644 --- a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/org.eclipse.core.net.prefs +++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/org.eclipse.core.net.prefs @@ -1,11 +1,11 @@ eclipse.preferences.version=1 -org.eclipse.core.net.hasMigrated=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 +nonProxiedHosts=172.30.*.*|172.25.*.*|localhost|127.0.0.1 +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 diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/org.eclipse.core.net.prefs b/production/testScripts/configuration/sdk.tests/testConfigs/win7/org.eclipse.core.net.prefs index 486b7e383..59171c540 100644 --- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/org.eclipse.core.net.prefs +++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/org.eclipse.core.net.prefs @@ -1,11 +1,11 @@ eclipse.preferences.version=1 -org.eclipse.core.net.hasMigrated=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 +nonProxiedHosts=172.30.*.*|172.25.*.*|localhost|127.0.0.1 +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 -- cgit v1.2.3