Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2015-03-12 22:18:27 +0000
committerMatthias Sohn2015-03-19 23:21:11 +0000
commit4e029c3ab5822ff657c4cf1f16c02ffc961328aa (patch)
tree0505a73a7c99ae5e93ba59d100aaff39bdec63f8 /pom.xml
parent63618104bfdf4bf2a6a5cc49374f2cf3f068aee6 (diff)
downloadegit-4e029c3ab5822ff657c4cf1f16c02ffc961328aa.tar.gz
egit-4e029c3ab5822ff657c4cf1f16c02ffc961328aa.tar.xz
egit-4e029c3ab5822ff657c4cf1f16c02ffc961328aa.zip
Wizard invoking automated import
This contributes a new Git import wizard, reusing most pages of the current Git import wizard, but delegating the actual import actions to the more intuitive import framework currently incubating at e4. The benefit of this new import framework is to detect and configure projects automatically, without user having to understand or know what kind of project they're working on. Add a reference to the p2 repository http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui where the import framework is available. This way we don't need to physically include it in the EGit p2 repository. Change-Id: I4e3039f1b066e245fd4e26a2b93998ed2795b7ef Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 861693e8da..830cdf509e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,6 +284,8 @@
<module>org.eclipse.egit.core</module>
<module>org.eclipse.egit.ui</module>
+ <module>org.eclipse.egit.ui.importer</module>
+
<module>org.eclipse.egit.mylyn.ui</module>
<module>org.eclipse.egit.mylyn-feature</module>
@@ -329,7 +331,7 @@
<artifact>
<groupId>org.eclipse.egit</groupId>
<artifactId>org.eclipse.egit.target</artifactId>
- <version>${project.version}</version>
+ <version>${egit-version}</version>
<classifier>${target-platform}</classifier>
</artifact>
</target>

Back to the top