Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorvlorenzo2012-11-28 16:18:05 +0000
committervlorenzo2012-11-28 16:18:05 +0000
commitb644886f927b5994ec84ae0f15ddb45668a6cef8 (patch)
tree7a869a3a699b815ed4cd1df16fa5222d73a2f188 /releng
parent9be5f15cfefef3c0da208f3ed601827a31abb8e6 (diff)
downloadorg.eclipse.papyrus-b644886f927b5994ec84ae0f15ddb45668a6cef8.tar.gz
org.eclipse.papyrus-b644886f927b5994ec84ae0f15ddb45668a6cef8.tar.xz
org.eclipse.papyrus-b644886f927b5994ec84ae0f15ddb45668a6cef8.zip
395273: [General] Add BackportedPlugins to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=395273 update the RMpa on trunk and branches for the folder uml/profilefacet add the plugins : oep.profilefacet oep.profilefacet.generation oep.profilefacet.metamodel to the feature oep.uml.table.feature on trunk and branches
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build.rmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build.rmap b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build.rmap
index e16417c6d80..031532d7409 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build.rmap
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build.rmap
@@ -196,6 +196,12 @@
</rm:uri>
</rm:provider>
<rm:provider componentTypes="osgi.bundle" readerType="local">
+ <rm:uri format="{0}/plugins/uml/profilefacet/{1}">
+ <bc:propertyRef key="local.repository"/>
+ <bc:propertyRef key="buckminster.component"/>
+ </rm:uri>
+ </rm:provider>
+ <rm:provider componentTypes="osgi.bundle" readerType="local">
<rm:uri format="{0}/plugins/uml/properties/{1}">
<bc:propertyRef key="local.repository"/>
<bc:propertyRef key="buckminster.component"/>

Back to the top