Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-01-14 01:04:00 +0000
committerDavid Williams2015-01-14 01:04:00 +0000
commit5e5d029ad8d71f1a84ed79af3debe56d780bf34b (patch)
treece5a06ad5517d566bc8bc1fe726d36fa58151201
parent0aac319d7360d426fda6683edf950a7be2342693 (diff)
downloadeclipse.platform.releng.aggregator-5e5d029ad8d71f1a84ed79af3debe56d780bf34b.tar.gz
eclipse.platform.releng.aggregator-5e5d029ad8d71f1a84ed79af3debe56d780bf34b.tar.xz
eclipse.platform.releng.aggregator-5e5d029ad8d71f1a84ed79af3debe56d780bf34b.zip
Bug 457381 - Use (near) Eclipse 442 repo to build Eclipse 442
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index ce540bfb5..82e43c36f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -62,7 +62,7 @@
The tycho-eclipserun-plugin will create its instance of Eclipse from this
'eclipiserun-repo' repository, such as for computing .api-descriptions.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4/R-4.4-201406061215/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4-M-builds/M20150107-0900/</eclipserun-repo>
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-M-builds</comparator.repo>

Back to the top