Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-19 00:19:19 +0000
committerMatthias Sohn2013-05-19 00:44:53 +0000
commita199322e4a2755ac3451bb41efa6f37e408e47d9 (patch)
treeefa2312ade0d3d0bb543c4b8df71ec9512af6170 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parentfba31ed7bb17b78cfefc347c2a1ce5c1ea1dc937 (diff)
downloadegit-a199322e4a2755ac3451bb41efa6f37e408e47d9.tar.gz
egit-a199322e4a2755ac3451bb41efa6f37e408e47d9.tar.xz
egit-a199322e4a2755ac3451bb41efa6f37e408e47d9.zip
Move implementation of import feature to o.e.egit.ui bundle
Since the oldest release EGit will support with 3.0 is Juno we can move the implementation for importing a git repository from an installed bundle with a Eclipse-SourceReferences header in its manifest to the org.eclipse.egit.ui bundle and remove the indigo target platform. Change-Id: I7acaf5b26aa9f305d23f828459ecd272ed13fbdc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index de17338434..5cdfc96147 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -1676,3 +1676,9 @@ RepositoryStatistics_PackedObjects=Packed objects
GitModelSynchronizeParticipant_initialScopeName=Git
GitModelSynchronizeParticipant_noCachedSourceVariant=Could not locate cached source variant for resource: {0}
+
+GitScmUrlImportWizardPage_title=Import Projects from Git
+GitScmUrlImportWizardPage_description=Import Git projects corresponding to plug-ins and fragments in the file system.
+GitScmUrlImportWizardPage_importMaster=Import from &master
+GitScmUrlImportWizardPage_importVersion=Import the indicated &version
+GitScmUrlImportWizardPage_counter=Total: {0} \ No newline at end of file

Back to the top