Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-07 21:35:48 +0000
committerDavid Williams2013-11-07 21:35:48 +0000
commitc3881396a49b3f5d9e8331d0a866d96f3af7291b (patch)
treeb02aa4ac31770bbc99dd96f4c12cebc25be1c193
parent83934a5938298a3165839fa4100b94eaad31499f (diff)
downloadeclipse.platform.releng.aggregator-c3881396a49b3f5d9e8331d0a866d96f3af7291b.tar.gz
eclipse.platform.releng.aggregator-c3881396a49b3f5d9e8331d0a866d96f3af7291b.tar.xz
eclipse.platform.releng.aggregator-c3881396a49b3f5d9e8331d0a866d96f3af7291b.zip
Bug 421286 - Update "eclipse-run repo" to use M3 to produce M4
-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 4e7f3b124..f3c1f4c07 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -37,7 +37,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.4milestones/S-4.4M2-201309182000/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4milestones/S-4.4M3-201310302000/</eclipserun-repo>
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo>

Back to the top