RepositoriesView: use the GitImportProject wizard
commit2a37cbe8457669294d7bdd2e930f5f7cb0fc88bb
authorMathias Kinzler <mathias.kinzler@sap.com>
Mon, 26 Apr 2010 11:20:19 +0000 (26 13:20 +0200)
committerChris Aniszczyk <caniszczyk@gmail.com>
Mon, 26 Apr 2010 20:32:29 +0000 (26 15:32 -0500)
tree604362b395bceb32c6777f8277029f96e5be5d22
parentd94684dfa0313def9a9b5afdefc0b5e3af6e6350
RepositoriesView: use the GitImportProject wizard

The generic ImportExistingProject wizard from the
org.eclipse.ui.ide plug-in does not allow to specify
a directory in 3.4.
Instead of the generic ImportExistingProject wizard,
the RepositoriesView should use the Git wizard which
allows to limit the scope to a directory in the file system
and also adds project filtering capabilities as well as
the option to add the imported projects to Team support.

Change-Id: I4b66358e98a960af6c88e8d6656d24a6ee5279bb
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitImportProjectsWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitProjectsImportPage.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositoriesView.java