Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2014-11-03 17:03:26 +0000
committerMikael Barbero2014-11-05 13:54:24 +0000
commit0f4d2676b29b2f70ea62984a22cc9339a0d207b4 (patch)
treeb81506cf8a4cad5765c09c31b6cb227d1f7cfcf8 /org.eclipse.emf.compare-parent/pom.xml
parent1b791a4752f772b1bbadc2b558b0876a3a0311d5 (diff)
downloadorg.eclipse.emf.compare-0f4d2676b29b2f70ea62984a22cc9339a0d207b4.tar.gz
org.eclipse.emf.compare-0f4d2676b29b2f70ea62984a22cc9339a0d207b4.tar.xz
org.eclipse.emf.compare-0f4d2676b29b2f70ea62984a22cc9339a0d207b4.zip
Add UI test for Logical Model View
Change-Id: I89f214b3b57ea3d62fa12a078b703a22dbdc7864 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
Diffstat (limited to 'org.eclipse.emf.compare-parent/pom.xml')
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index 392a85037..72cd45f7b 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -420,6 +420,7 @@
</plugins>
</build>
<modules>
+ <module>../packaging/org.eclipse.emf.compare.update</module>
<module>../plugins/org.eclipse.emf.compare.ide.ui.tests.git</module>
<module>../packaging/org.eclipse.emf.compare.uml2-feature</module>
<module>../plugins/org.eclipse.emf.compare.uml2</module>

Back to the top