Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorcletavernie2012-04-05 14:40:01 +0000
committercletavernie2012-04-05 14:40:01 +0000
commit18dfe544738484cd1707ab3b0449da464c08f0c3 (patch)
tree06d832f13d878e7013cd6baf796db1113d8cf4b0 /releng
parent895642008a266c2fdf89dad18511701b7d22d3b0 (diff)
downloadorg.eclipse.papyrus-18dfe544738484cd1707ab3b0449da464c08f0c3.tar.gz
org.eclipse.papyrus-18dfe544738484cd1707ab3b0449da464c08f0c3.tar.xz
org.eclipse.papyrus-18dfe544738484cd1707ab3b0449da464c08f0c3.zip
Update the rmap (Extra nightly tests)
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap5
1 files changed, 3 insertions, 2 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 4838859c818..e1f41a15a7d 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,9 +3,10 @@
<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\.extra" searchPathRef="papyrusTests"/>
+ <rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.tests\.extra$" searchPathRef="papyrusTests"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.tests\.extra\..*?feature$" searchPathRef="papyrusTests"/>
- <rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\..*?feature$" searchPathRef="papyrusBinaries"/>
+ <rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.sdk\.feature$" searchPathRef="papyrusBinaries"/>
+ <rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\.extra\.feature$" searchPathRef="papyrusBinaries"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\..*" searchPathRef="papyrusBinaries"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.xtext\.gmf\.glue.*" searchPathRef="papyrusBinaries"/>

Back to the top