Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-06-20 15:21:06 +0000
committerCamille Letavernier2014-06-20 15:21:06 +0000
commit590985f7d78952662d94a3e727321d31606f47c6 (patch)
tree6a0aa35074476f9d3905dbf8ee094f4dc639e0f3 /releng/org.eclipse.mdt.papyrus.releng.buckminster
parent38c918747e9f296d6cb58ac27083b02a6cd5b983 (diff)
downloadorg.eclipse.papyrus-590985f7d78952662d94a3e727321d31606f47c6.tar.gz
org.eclipse.papyrus-590985f7d78952662d94a3e727321d31606f47c6.tar.xz
org.eclipse.papyrus-590985f7d78952662d94a3e727321d31606f47c6.zip
437807: [Moka - Releng] Moka shall be integrated as an extra-plugin in
Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=437807 - Update rmaps
Diffstat (limited to 'releng/org.eclipse.mdt.papyrus.releng.buckminster')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly/build.rmap11
1 files changed, 9 insertions, 2 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 a95ac05a1ba..151d08de4ae 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
@@ -93,9 +93,16 @@
</rm:uri>
</rm:provider>
- <!-- CSS -->
+ <!-- Moka -->
<rm:provider componentTypes="osgi.bundle" readerType="local">
- <rm:uri format="{0}/plugins/infra/gmfdiag/css/{1}">
+ <rm:uri format="{0}/extraplugins/moka/{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/doc/{1}">
<bc:propertyRef key="local.repository"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>

Back to the top