Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorCamille Letavernier2013-07-12 09:29:51 +0000
committerCamille Letavernier2013-07-12 09:29:51 +0000
commitebfc3e5129f043c3af57e9ab3fc7b2578f4c2aa6 (patch)
tree6bb95624a32c8ab45f60146837b47905ef82564b /releng
parentc45168e842addbbe72597debcfbcc55e767fadcb (diff)
downloadorg.eclipse.papyrus-ebfc3e5129f043c3af57e9ab3fc7b2578f4c2aa6.tar.gz
org.eclipse.papyrus-ebfc3e5129f043c3af57e9ab3fc7b2578f4c2aa6.tar.xz
org.eclipse.papyrus-ebfc3e5129f043c3af57e9ab3fc7b2578f4c2aa6.zip
[Releng] Fix extra build rmap
Diffstat (limited to 'releng')
-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 e50ef0c246f..d91db8dceea 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
@@ -109,6 +109,14 @@
</rm:uri>
</rm:provider>
+ <!-- Eclipse Project Editors (Infra) -->
+ <rm:provider componentTypes="osgi.bundle" readerType="local">
+ <rm:uri format="{0}/plugins/infra/{1}">
+ <bc:propertyRef key="local.repository"/>
+ <bc:propertyRef key="buckminster.component"/>
+ </rm:uri>
+ </rm:provider>
+
<!-- Migration -->
<rm:provider componentTypes="osgi.bundle" readerType="local">
<rm:uri format="{0}/extraplugins/migration/{1}">

Back to the top