From ad743025b131ba744c08ae6c769e4c147b233c1e Mon Sep 17 00:00:00 2001 From: Robin Stocker Date: Sun, 8 Jul 2012 23:05:52 +0200 Subject: Rename "EGit Import Support" feature to avoid confusion The old name is pretty generic and confuses people, resulting in "EGit cannot be installed" questions on Bugzilla, Stackoverflow and to me personally. They were checking all EGit features and were confused when the installation did not complete, e.g. on Eclipse 3.7. With the more specific name and an extended description, it should be clear that this is an optional feature that is only needed by plugin developers. Change-Id: Ie7a137f202dba07e252fc4e587a0f78e66a1b5f7 Signed-off-by: Robin Stocker --- org.eclipse.egit.import-feature/feature.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'org.eclipse.egit.import-feature') diff --git a/org.eclipse.egit.import-feature/feature.properties b/org.eclipse.egit.import-feature/feature.properties index a1c5917d87..f0ea05ecd5 100644 --- a/org.eclipse.egit.import-feature/feature.properties +++ b/org.eclipse.egit.import-feature/feature.properties @@ -6,14 +6,15 @@ # http://www.eclipse.org/legal/epl-v10.html ############################################################################### -featureName=EGit Import Support +featureName=EGit Plug-in Import Support providerName=Eclipse EGit updateSiteName=Eclipse EGit Update Site # description property - text of the "Feature Description" description=\ -Import support for EGit.\n +Optional support for importing plug-ins and fragments from Git repositories.\n\ +Requires Eclipse 3.8 or newer.\n ################ end of description property ################################## # "copyright" property - text of the "Feature Update Copyright" -- cgit v1.2.3