Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2014-11-06 10:48:43 +0000
committerLaurent Goubet2015-04-14 09:50:17 +0000
commite2755359bf891c1e0f940e3a6dc4520292cfab11 (patch)
treead093320404f4f49e736653061a840df8d9b3ab3 /org.eclipse.emf.compare-parent/pom.xml
parent99f2a39dce5dfab088901fdc75fcbc187b6fb5cd (diff)
downloadorg.eclipse.emf.compare-e2755359bf891c1e0f940e3a6dc4520292cfab11.tar.gz
org.eclipse.emf.compare-e2755359bf891c1e0f940e3a6dc4520292cfab11.tar.xz
org.eclipse.emf.compare-e2755359bf891c1e0f940e3a6dc4520292cfab11.zip
Introduce git-specific support to fix unuseable storage paths
And remove the ugly workarounds we had here and there (RevisionedURIConverter, FileUtils, StorageProviderAccessor, ...). Allow to fix, among others, bug 454024. Bug: 454024 Change-Id: Ic23e7e8061ea4e9c87aff0f5f329d4486d562766 Signed-off-by: Laurent Goubet <laurent.goubet@obeo.fr> 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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index 00e9af959..30fd0bdd9 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -397,6 +397,8 @@
<module>../plugins/org.eclipse.emf.compare.uml2.ide.tests</module>
<module>../plugins/org.eclipse.emf.compare.uml2.ide.ui.tests</module>
+ <module>../plugins/org.eclipse.emf.compare.egit</module>
+ <module>../packaging/org.eclipse.emf.compare.egit-feature</module>
<module>../plugins/org.eclipse.emf.compare.subversive</module>
<module>../packaging/org.eclipse.emf.compare.subversive-feature</module>
</modules>

Back to the top