Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Delaigue2015-03-20 16:45:06 +0000
committerLaurent Delaigue2015-05-28 13:09:08 +0000
commit62d77d2ca6743b04e0d5c1b33b2591c9cbc77279 (patch)
tree805bd79a0f87a8f7b3e9a71a4211a5433793e83f /plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml
parent9307bc155aa04a7d6376ea960992750763e04436 (diff)
downloadorg.eclipse.emf.compare-62d77d2ca6743b04e0d5c1b33b2591c9cbc77279.tar.gz
org.eclipse.emf.compare-62d77d2ca6743b04e0d5c1b33b2591c9cbc77279.tar.xz
org.eclipse.emf.compare-62d77d2ca6743b04e0d5c1b33b2591c9cbc77279.zip
[462842] Edge reconnect with UML.
Reconnecting and edge in a notation file may be "equivalent" to a semantic change. In the case of UML, this is true for associations and transitions (and probably other concepts). Bug: 462842 Change-Id: Ib0a6bcaa8169097b2897317b011e1277ffa11ba0 Signed-off-by: Laurent Delaigue <laurent.delaigue@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml')
-rw-r--r--plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml b/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml
index 6f970c26c..f747ec011 100644
--- a/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/pom.xml
@@ -21,7 +21,8 @@
<configuration>
<includes>
<include>org/eclipse/emf/compare/diagram/papyrus/tests/suite/AllTests.class</include>
- </includes>
+ </includes>
+ <useUIHarness>true</useUIHarness>
</configuration>
</plugin>
</plugins>

Back to the top