Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorcletavernie2012-06-12 08:31:22 +0000
committercletavernie2012-06-12 08:31:22 +0000
commit40240a91830d08682b807184542a2ab59117a4cb (patch)
tree9034ca6ee9cb9cc98e2f3015a2517b0882235c31 /releng
parentb630ac4bbbff9714766a46c19d6f462cef780347 (diff)
downloadorg.eclipse.papyrus-40240a91830d08682b807184542a2ab59117a4cb.tar.gz
org.eclipse.papyrus-40240a91830d08682b807184542a2ab59117a4cb.tar.xz
org.eclipse.papyrus-40240a91830d08682b807184542a2ab59117a4cb.zip
Update the 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 c175cd08d09..6c6d90e58a5 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
@@ -71,6 +71,14 @@
</rm:uri>
</rm:provider>
+ <!-- Migration -->
+ <rm:provider componentTypes="osgi.bundle" readerType="local">
+ <rm:uri format="{0}/extraplugins/migration/{1}">
+ <bc:propertyRef key="local.repository"/>
+ <bc:propertyRef key="buckminster.component"/>
+ </rm:uri>
+ </rm:provider>
+
<!-- Incoming -->
<rm:provider componentTypes="osgi.bundle" readerType="local">
<rm:uri format="{0}/incoming/{1}">

Back to the top