Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-05-24 15:20:23 +0000
committervlorenzo2013-05-24 15:20:23 +0000
commit67d489abf603ae56da1a337c0ad123d6049931d6 (patch)
treeb1e09f12921466ddf21efa987484977de1551107 /releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap
parent992d56a6c93360c1726b2c41f6895641b14fc266 (diff)
downloadorg.eclipse.papyrus-67d489abf603ae56da1a337c0ad123d6049931d6.tar.gz
org.eclipse.papyrus-67d489abf603ae56da1a337c0ad123d6049931d6.tar.xz
org.eclipse.papyrus-67d489abf603ae56da1a337c0ad123d6049931d6.zip
408933: [General] Add (Nat)Table plugins to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408933 + fix build error with GMF Notation
Diffstat (limited to 'releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap8
1 files changed, 8 insertions, 0 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap
index 4c44b67bef9..a3051041e3d 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap
@@ -300,6 +300,14 @@
</rm:uri>
</rm:provider>
+ <!-- GMF Notation -->
+ <rm:provider componentTypes="eclipse.feature,osgi.bundle" mutable="false" readerType="p2" source="false">
+ <!-- updateFrom("GMF Runtime",0) -->
+ <rm:uri format="{0}/modeling/gmp/gmf-notation/updates/milestones">
+ <bc:propertyRef key="eclipse.downloads"/>
+ </rm:uri>
+ </rm:provider>
+
<!-- GMF Tooling -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" mutable="false" readerType="p2" source="false">
<!-- updateFrom("GMF Tooling",0) -->

Back to the top