Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-parent/pom.xml6
m---------eclipse.jdt0
m---------eclipse.platform.resources0
m---------eclipse.platform.runtime0
m---------eclipse.platform.ui0
-rw-r--r--pom.xml1
6 files changed, 7 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 1cb2ad39f..cbe48e2e5 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -15,6 +15,7 @@
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20111201180206/repository/</orbit-repo.url>
<jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.0.RC1/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.5.3/site.p2</ecf-repo.url>
+ <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.8milestones/</emf-repo.url>
<natives-repo.url>file:///var/tmp/lts/natives</natives-repo.url>
@@ -38,6 +39,11 @@
<layout>p2</layout>
</repository>
<repository>
+ <id>emf</id>
+ <url>${emf-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
<id>natives</id>
<url>${natives-repo.url}</url>
<layout>p2</layout>
diff --git a/eclipse.jdt b/eclipse.jdt
-Subproject 8d1e717641444fc7346691730e84b2ca51196ea
+Subproject 82a77e322e1a87bc3b1761ac1342e47858071d5
diff --git a/eclipse.platform.resources b/eclipse.platform.resources
-Subproject fc3804a15e47db532b1a981d0cd859187aa6452
+Subproject 23248e0e661f2f2498a2ac497ff3e9f633ba658
diff --git a/eclipse.platform.runtime b/eclipse.platform.runtime
-Subproject b97e07e3c3b1c66660fc9228606b60ed7ce76c5
+Subproject 7082c0c18d8c3a427302adbfe2a15ac5661cff5
diff --git a/eclipse.platform.ui b/eclipse.platform.ui
-Subproject 1fa9d68b91f5024fb08f86470142890482753e8
+Subproject dfd8d03d944518b4d06bf53d7ae37229a6c2e1d
diff --git a/pom.xml b/pom.xml
index 3e9cc1b57..da4d824a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<module>eclipse.pde.ui</module>
<module>eclipse.platform</module>
+ <module>eclipse.platform_e4</module>
<module>eclipse.platform.ui</module>

Back to the top