Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2019-01-12 16:12:32 +0000
committerAndrey Loskutov2019-01-12 16:12:32 +0000
commit6c38ade5588852097bcd32e5c8e77417660bb585 (patch)
tree34b43c928ef8c610a1ceb035d054ed6850aaafe7
parent78914873aaa7258d5aab1624e1ba601b62924fa7 (diff)
downloadeclipse.platform.releng.aggregator-6c38ade5588852097bcd32e5c8e77417660bb585.tar.gz
eclipse.platform.releng.aggregator-6c38ade5588852097bcd32e5c8e77417660bb585.tar.xz
eclipse.platform.releng.aggregator-6c38ade5588852097bcd32e5c8e77417660bb585.zip
Bug 543388 - R4_10_maintenance is not buildable
Change-Id: I61f8b7ba9fa95659e9ca2094cd513e3fe3a0769c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--eclipse-platform-parent/pom.xml6
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 22e4e94ca..7ef17f34a 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -88,9 +88,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.10-I-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.10/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.10-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.10</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -654,7 +654,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.10-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.10</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
index ab11f0576..1e3224ae0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
@@ -145,7 +145,7 @@
-->
<property
name="eclipserun-repo"
- value="http://download.eclipse.org/eclipse/updates/4.10-I-builds/" />
+ value="http://download.eclipse.org/eclipse/updates/4.10/" />
<echo message="eclipserun-repo: ${eclipserun-repo}" />
<property

Back to the top