Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorvlorenzo2013-06-17 14:17:19 +0000
committervlorenzo2013-06-17 14:17:19 +0000
commitdc4c95fc5146f48871ff6d0093b75f2029b7ef49 (patch)
tree653d423698d4e028dd3243341eca52604e73ff25 /releng
parent5b2f419ef95746def6f2eb08f939cf217df1fc89 (diff)
downloadorg.eclipse.papyrus-dc4c95fc5146f48871ff6d0093b75f2029b7ef49.tar.gz
org.eclipse.papyrus-dc4c95fc5146f48871ff6d0093b75f2029b7ef49.tar.xz
org.eclipse.papyrus-dc4c95fc5146f48871ff6d0093b75f2029b7ef49.zip
410916: [General] Add plugin to releng : org.eclipse.papyrus.uml.nattable.tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410916 Update the rmap : add the path junit/extraplugins/table
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap7
1 files changed, 6 insertions, 1 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap
index 135312d4521..e589a1af3ea 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap
@@ -66,7 +66,12 @@
</rm:uri>
</rm:provider>
-
+ <rm:provider componentTypes="osgi.bundle" readerType="local">
+ <rm:uri format="{0}/tests/junit/extraplugins/table/{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}/tests/junit/plugins/developer/{1}">

Back to the top