Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-03-24 12:12:51 +0000
committerEike Stepper2014-03-24 12:12:51 +0000
commit47abe0293941f0efc2a86f082ab99b2edf38d1fa (patch)
tree23f8c92e6a7e6b120d92ed2b558d22f1cb96a9dd /plugins
parentab1fe3cdf93ff457af84fe7a64f64f5681fe3d2a (diff)
downloadcdo-47abe0293941f0efc2a86f082ab99b2edf38d1fa.tar.gz
cdo-47abe0293941f0efc2a86f082ab99b2edf38d1fa.tar.xz
cdo-47abe0293941f0efc2a86f082ab99b2edf38d1fa.zip
Releng: add m2e to rmap
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 0672d3c77d..7c8113405d 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -158,6 +158,11 @@
<rm:uri format="http://download.eclipse.org/tools/buckminster/updates-4.3"/>
</rm:provider>
+ <!-- M2E -->
+ <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
+ <rm:uri format="http://download.eclipse.org/technology/m2e/milestones/1.5"/>
+ </rm:provider>
+
<!-- NEBULA -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
<rm:uri format="http://download.eclipse.org/technology/nebula/snapshot"/>

Back to the top