Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-06-17 15:41:26 +0000
committervlorenzo2013-06-17 15:41:26 +0000
commit612f13e19dce12023468a7b8ce80602095932962 (patch)
tree96f3ad32fc7e5a826189dd137cd13fd503a13e09 /releng/org.eclipse.mdt.papyrus.releng.buckminster
parentdc4c95fc5146f48871ff6d0093b75f2029b7ef49 (diff)
downloadorg.eclipse.papyrus-612f13e19dce12023468a7b8ce80602095932962.tar.gz
org.eclipse.papyrus-612f13e19dce12023468a7b8ce80602095932962.tar.xz
org.eclipse.papyrus-612f13e19dce12023468a7b8ce80602095932962.zip
410916: [General] Add plugin to releng : org.eclipse.papyrus.uml.nattable.tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410916 Add a regex in the rmpa to find the new test feature
Diffstat (limited to 'releng/org.eclipse.mdt.papyrus.releng.buckminster')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap2
1 files changed, 2 insertions, 0 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 e589a1af3ea..6e878f1890b 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
@@ -3,6 +3,8 @@
<rm:property key="build.type" mutable="true" value="N"/>
<rm:locator pattern="^org\.eclipse\.mdt\.papyrus\.releng.*" searchPathRef="releng"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\..*?tests?$" searchPathRef="papyrusTests"/>
+ <rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\..*?tests.*?$" searchPathRef="papyrusTests"/>
+ <rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\..*?tests?$" searchPathRef="papyrusTests"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.tests\.extra$" searchPathRef="papyrusTests"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.sdk\.feature$" searchPathRef="papyrusBinaries"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.extra\.feature$" searchPathRef="papyrusBinaries"/>

Back to the top