Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-04-05 14:10:00 +0000
committercletavernie2012-04-05 14:10:00 +0000
commite2df994e2b786a6fb0311c7e75c7f6b6b72583d1 (patch)
treed2f6acf666551827b7ee17035b2a18eea1987dbb
parent57df397259363bef434da66cdd4f4be1561485ee (diff)
downloadorg.eclipse.papyrus-e2df994e2b786a6fb0311c7e75c7f6b6b72583d1.tar.gz
org.eclipse.papyrus-e2df994e2b786a6fb0311c7e75c7f6b6b72583d1.tar.xz
org.eclipse.papyrus-e2df994e2b786a6fb0311c7e75c7f6b6b72583d1.zip
Update the rmap (Extra nightly tests)
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap5
1 files changed, 2 insertions, 3 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 6f6b1ffd93c..f7d3723655d 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
@@ -4,7 +4,8 @@
<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\..*?feature$" 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="papyrusTests"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.papyrus\..*" searchPathRef="papyrusBinaries"/>
<rm:locator failOnError="true" pattern="^org\.eclipse\.xtext\.gmf\.glue.*" searchPathRef="papyrusBinaries"/>
@@ -58,8 +59,6 @@
<rm:uri format="{0}">
<bc:propertyRef key="papyrus.update.site"/>
</rm:uri>
- </rm:provider>
- <rm:provider componentTypes="eclipse.feature,osgi.bundle" mutable="false" readerType="p2" source="false">
<rm:uri format="{0}">
<bc:propertyRef key="papyrus.extra.update.site"/>
</rm:uri>

Back to the top