Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-01-24 14:00:56 +0000
committerDavid Williams2014-01-24 14:00:56 +0000
commitea1edacea03f67a93e1cc4f104170d56b5f0a547 (patch)
tree27c2e6e4d3710ec3636b83b539c58614a47bf07c
parent7153fc2ab16e992ddb877981aaa5b0a4ef58b991 (diff)
downloadeclipse.platform.releng.aggregator-ea1edacea03f67a93e1cc4f104170d56b5f0a547.tar.gz
eclipse.platform.releng.aggregator-ea1edacea03f67a93e1cc4f104170d56b5f0a547.tar.xz
eclipse.platform.releng.aggregator-ea1edacea03f67a93e1cc4f104170d56b5f0a547.zip
Bug 426065 - Update prereqs for Kepler SR2 - EMF
-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 38e2d62f1..07d19352b 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -39,7 +39,7 @@
a copy of the EMF features into our own repository. This is required since we merely "require" EMF (not "include" it).
And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable.
-->
- <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/base/S201308270309/</emf-repo.url>
+ <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/base/R201312120545/</emf-repo.url>
<tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>

Back to the top