Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-02-10 05:41:13 +0000
committerDavid Williams2014-02-10 05:41:13 +0000
commit92885e845f912158d79888fdb0fdadbbb069d8b5 (patch)
tree7128b13e1c8dd021e3a0b16a87e94db908c94728 /eclipse-platform-parent/pom.xml
parent1f05d3d5f82ab1ab82b7861c74a4b5ef946e6191 (diff)
downloadeclipse.platform.releng.aggregator-92885e845f912158d79888fdb0fdadbbb069d8b5.tar.gz
eclipse.platform.releng.aggregator-92885e845f912158d79888fdb0fdadbbb069d8b5.tar.xz
eclipse.platform.releng.aggregator-92885e845f912158d79888fdb0fdadbbb069d8b5.zip
Bug 419647 - React to ECF feature restructuring
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 40747ea47..0fcda6570 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -45,13 +45,13 @@
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo>
<!--
- NOTE: this EMF URL must "match" exactly what is in the eclipse-sdk-prereqs.target file.
- We use it (the EMF repo) not only for resolving pre-reqs during the build, but also in 'repository' POM for mirroring
- a copy of the EMF features into our own repository. This is required since we merely "require" EMF (not "include" it).
+ NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
+ We use it (the EMF repo and ECF repo) not only for resolving pre-reqs during the build, but also in 'repository' POM for mirroring
+ a copy of the EMF features and ECF 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.10milestones/base/S201401170813/</emf-repo.url>
-
+ <ecf-repo.url>http://download.eclipse.org/rt/ecf/409787/site.p2</ecf-repo.url>
<tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>

Back to the top