Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2016-10-21 16:43:06 +0000
committerQuentin Le Menez2016-10-21 16:45:16 +0000
commit74190b22cc2cbf0d4933814fecfbcc156bf45b64 (patch)
tree96b725c170a51451a6835b001fbad2725b6e868e /releng/extra-tests
parent82028f0193b6979c2cab050ed8a181850e6469e6 (diff)
downloadorg.eclipse.papyrus-74190b22cc2cbf0d4933814fecfbcc156bf45b64.tar.gz
org.eclipse.papyrus-74190b22cc2cbf0d4933814fecfbcc156bf45b64.tar.xz
org.eclipse.papyrus-74190b22cc2cbf0d4933814fecfbcc156bf45b64.zip
[Refactoring] The test plugin breaks the build and there was a missing property in the pom files of the refactoring plugins
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/extra-tests')
-rwxr-xr-xreleng/extra-tests/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/extra-tests/pom.xml b/releng/extra-tests/pom.xml
index 28ab13f1ee9..af1b000dfb5 100755
--- a/releng/extra-tests/pom.xml
+++ b/releng/extra-tests/pom.xml
@@ -31,7 +31,8 @@
<module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition.tests</module>
<module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock.tests</module>
<module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric.tests</module>
- <module>../../tests/junit/extraplugins/refactoring/org.eclipse.papyrus.refactoring.tests</module>
+
+ <!-- <module>../../tests/junit/extraplugins/refactoring/org.eclipse.papyrus.refactoring.tests</module> -->
<!-- Temporarily disabled - Bug 490206 -->
<!-- module>../../tests/junit/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.requirement.tests</module-->

Back to the top