Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-10-05 12:43:08 +0000
committerSravan Kumar Lakkimsetti2016-10-05 12:43:08 +0000
commitc0290252a63ec79d1d97934cddf326de3d47bfae (patch)
tree52df63368403d236def03dafa55f76a7949ed550 /production
parent02fbc2cbe3a90cd831ad1a2e71167a4b5d5f60ef (diff)
downloadeclipse.platform.releng.aggregator-c0290252a63ec79d1d97934cddf326de3d47bfae.tar.gz
eclipse.platform.releng.aggregator-c0290252a63ec79d1d97934cddf326de3d47bfae.tar.xz
eclipse.platform.releng.aggregator-c0290252a63ec79d1d97934cddf326de3d47bfae.zip
Revert "Bug 503388 - Unable to access eclipse update sites from releng hipp - Workaround"
Diffstat (limited to 'production')
-rw-r--r--production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index 407456d77..64a8871e3 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -159,7 +159,7 @@
<property
name="buildTools.repository"
- value="file:///shared/eclipse/buildtools/" />
+ value="http://build.eclipse.org/eclipse/buildtools/" />
<property
name="buildTools.feature"
value="org.eclipse.releng.build.tools.feature.feature.group" />
@@ -179,7 +179,7 @@
<property
name="webtools.repository"
- value="file:///home/data/httpd/download.eclipse.org/webtools/downloads/drops/T3.3.0/I-3.3.0-20110220052541/buildrepository/wtp-buildTools" />
+ value="http://download.eclipse.org/webtools/releng/repository/" />
<property
name="webtools.feature"
value="org.eclipse.wtp.releng.tools.feature.feature.group" />

Back to the top