Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Delaigue2015-09-18 14:12:49 +0000
committerLaurent Delaigue2015-09-18 14:35:22 +0000
commit906d0cc7d2eb527b375c26c3654d3e030c482cc3 (patch)
tree3c8d909f243fbcec0d046c8a883e23f30b3a50f1 /org.eclipse.emf.compare-parent/pom.xml
parent92e3df0cb5f57f5c81f324ee599834cc31deb047 (diff)
downloadorg.eclipse.emf.compare-906d0cc7d2eb527b375c26c3654d3e030c482cc3.tar.gz
org.eclipse.emf.compare-906d0cc7d2eb527b375c26c3654d3e030c482cc3.tar.xz
org.eclipse.emf.compare-906d0cc7d2eb527b375c26c3654d3e030c482cc3.zip
Remove dependency to rcp in emf.compare.tests
Introduce new test project to do so. Change-Id: I6d487446bd7b78110ab6b742c57496d56d81ca14 Signed-off-by: Laurent Delaigue <laurent.delaigue@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 fcd4c00dc..5dc6e9da4 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -89,6 +89,7 @@
<module>../packaging/org.eclipse.emf.compare.rcp.ui-feature</module>
<module>../plugins/org.eclipse.emf.compare.rcp</module>
+ <module>../plugins/org.eclipse.emf.compare.rcp.tests</module>
<module>../plugins/org.eclipse.emf.compare.rcp.ui</module>
<module>../plugins/org.eclipse.emf.compare.rcp.ui.tests</module>
</modules>

Back to the top