Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-06-03 09:17:55 +0000
committerCamille Letavernier2014-06-03 09:17:55 +0000
commit9eecafbc82df151c33053bfab9ff24f525a33024 (patch)
tree6f43c177ec05436cb5e99c12dbff205bf89b4f2e
parent5af87a3b846ecf727a8abe1c2bd63af93955d561 (diff)
downloadorg.eclipse.papyrus-9eecafbc82df151c33053bfab9ff24f525a33024.tar.gz
org.eclipse.papyrus-9eecafbc82df151c33053bfab9ff24f525a33024.tar.xz
org.eclipse.papyrus-9eecafbc82df151c33053bfab9ff24f525a33024.zip
436368 - [C++ codegen] plugin org.eclipse.papyrus.cpp.codegen.tests
needs to be moved into tests/junit/extraplugins/codegen - Update rmaps
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap9
1 files changed, 8 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 00d4a2954c7..ff48ca83a66 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
@@ -91,12 +91,19 @@
</rm:uri>
</rm:provider>
- <rm:provider componentTypes="osgi.bundle" readerType="local">
+ <rm:provider componentTypes="osgi.bundle" readerType="local">
<rm:uri format="{0}/tests/junit/plugins/core/{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/extraplugins/codegen/{1}">
+ <bc:propertyRef key="local.repository"/>
+ <bc:propertyRef key="buckminster.component"/>
+ </rm:uri>
+ </rm:provider>
</rm:searchPath>

Back to the top