Skip to content

Commit 456621e

Browse files
committed
Improve listing in "Report Bug or Enhancement" dialog
Also improve feature names and descriptions to no longer use Eclipse internal terms. Bug: 496101 Change-Id: Ifa1c860b212781815ff83f06ac44acd6bf2a314b Signed-off-by: Matthias Sohn <[email protected]>
1 parent 8a7e9a1 commit 456621e

File tree

15 files changed

+48
-30
lines changed

15 files changed

+48
-30
lines changed

org.eclipse.egit-feature/feature.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
# http://www.eclipse.org/legal/epl-v10.html
77
###############################################################################
88

9-
featureName=Eclipse Git Team Provider
9+
featureName=Git integration for Eclipse
1010
providerName=Eclipse EGit
1111

1212
updateSiteName=Eclipse EGit Update Site
1313

1414
# description property - text of the "Feature Descrption"
15-
description=\
16-
An Eclipse Git Team provider in pure Java.\n
15+
description=Versioning with Git, integration with Gerrit, GitHub, Gitflow, and Task repositories
1716
################ end of description property ##################################
1817

1918
# "copyright" property - text of the "Feature Update Copyright"

org.eclipse.egit.core/plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.eclipse.org/legal/epl-v10.html
77
#
88
###############################################################################
9-
plugin_name=Git Team Provider Core
9+
plugin_name=Git integration for Eclipse - Core
1010
provider_name=Eclipse EGit
1111
patch_ContentTypeName=Patch File
1212

org.eclipse.egit.doc/plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.eclipse.org/legal/epl-v10.html
77
###############################################################################
88
Bundle-Vendor = Eclipse EGit
9-
Bundle-Name = Git Team Provider Documentation
9+
Bundle-Name = Git integration for Eclipse - Documentation
1010
cheatsheet.category = Team/Git
1111
cheatsheet.clone.name = Cloning a Git Repository
1212
cheatsheet.clone.desc = With the Git Clone Wizard you can clone repositories using different transport protocols.

org.eclipse.egit.gitflow-feature/feature.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
# http://www.eclipse.org/legal/epl-v10.html
77
###############################################################################
88

9-
featureName=Eclipse Git Team Provider - Gitflow support
9+
featureName=Git integration for Eclipse - Gitflow support
1010
providerName=Eclipse EGit
1111

1212
updateSiteName=Eclipse EGit GitFlow Update Site
1313

1414
# description property - text of the "Feature Descrption"
15-
description=\
16-
A GitFlow extension to Eclipse Git Team provider.\n
15+
description=GitFlow support for Git integration in Eclipse
1716
################ end of description property ##################################
1817

1918
# "copyright" property - text of the "Feature Update Copyright"

org.eclipse.egit.gitflow.ui/plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# which accompanies this distribution, and is available at
77
# http://www.eclipse.org/legal/epl-v10.html
88
###############################################################################
9-
plugin_name=Git Team Provider - UI for Gitflow support
9+
plugin_name=Git integration for Eclipse - UI for Gitflow support
1010
provider_name=Eclipse EGit
1111
TeamGitFlowInit.name = Init Git Flow
1212
TeamGitFlowMenu.name = Git Flow

org.eclipse.egit.gitflow/plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# which accompanies this distribution, and is available at
77
# http://www.eclipse.org/legal/epl-v10.html
88
###############################################################################
9-
plugin_name=Git Team Provider - Gitflow support
9+
plugin_name=Git integration for Eclipse - Gitflow support
1010
provider_name=Eclipse EGit

org.eclipse.egit.mylyn-feature/feature.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
# http://www.eclipse.org/legal/epl-v10.html
77
###############################################################################
88

9-
featureName=Eclipse Git Team Provider - Task focused interface
9+
featureName=Git integration for Eclipse - Task focused interface
1010
providerName=Eclipse EGit
1111

1212
updateSiteName=Eclipse EGit Update Site
1313

14-
# description property - text of the "Feature Descrption"
15-
description=\
16-
Mylyn-EGit integration providing a task-focused interface for Eclipse Git Team Provider.\n
14+
# description property - text of the "Feature Description"
15+
description=Task-focused interface for Git integration in Eclipse
1716
################ end of description property ##################################
1817

1918
# "copyright" property - text of the "Feature Update Copyright"

org.eclipse.egit.repository/category.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
This is a pure Java implementation of the Git version control system and integrates it into Eclipse.
55
</description>
66
<feature url="features/org.eclipse.egit_0.0.0.qualifier.jar" id="org.eclipse.egit" version="0.0.0" patch="true">
7-
<category name="Eclipse Git Team Provider"/>
7+
<category name="EGit"/>
88
</feature>
99
<feature url="features/org.eclipse.egit.sources_0.0.0.qualifier.jar" id="org.eclipse.egit.source" version="0.0.0" patch="true">
10-
<category name="Eclipse Git Team Provider"/>
10+
<category name="EGit"/>
1111
</feature>
1212
<feature url="features/org.eclipse.egit.mylyn_0.0.0.qualifier.jar" id="org.eclipse.egit.mylyn" version="0.0.0">
13-
<category name="Eclipse Git Team Provider"/>
13+
<category name="EGit"/>
1414
</feature>
1515
<feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true">
1616
<category name="JGit"/>
@@ -28,24 +28,24 @@
2828
<category name="JGit"/>
2929
</feature>
3030
<feature url="features/org.eclipse.egit.gitflow.feature_0.0.0.qualifier.jar" id="org.eclipse.egit.gitflow.feature" version="0.0.0">
31-
<category name="Eclipse Git Team Provider - experimental features (incubation)"/>
31+
<category name="EGit.experimental"/>
3232
</feature>
3333
<feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0">
3434
<category name="JGit"/>
3535
</feature>
3636
<bundle id="org.eclipse.egit.ui.smartimport" version="0.0.0">
37-
<category name="Eclipse Git Team Provider - experimental features (incubation)"/>
37+
<category name="EGit.experimental"/>
3838
</bundle>
39-
<category-def name="Eclipse Git Team Provider" label="Eclipse Git Team Provider">
39+
<category-def name="EGit" label="Git integration for Eclipse">
4040
<description>
41-
Eclipse Git Team Provider
41+
Versioning with Git, integration with Gerrit, GitHub, Gitflow, and Task repositories
4242
</description>
4343
</category-def>
44-
<category-def name="JGit" label="JGit">
44+
<category-def name="JGit" label="Java implementation of Git">
4545
<description>
46-
JGit
46+
Java implementation of Git
4747
</description>
4848
</category-def>
49-
<category-def name="Eclipse Git Team Provider - experimental features (incubation)" label="Eclipse Git Team Provider - experimental features (incubation)"/>
49+
<category-def name="EGit.experimental" label="Git integration for Eclipse - experimental features (incubation)"/>
5050
<repository-reference location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
5151
</site>

org.eclipse.egit.source-feature/feature.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.eclipse.org/legal/epl-v10.html
77
###############################################################################
88

9-
featureName=Eclipse Git Team Provider - Source Code
9+
featureName=Git integration for Eclipse - Source Code
1010
providerName=Eclipse EGit
1111

1212
updateSiteName=Eclipse EGit Update Site
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fragment_name=Git Team Provider - auto-import for Eclipse >= 4.6
1+
fragment_name=Git integration for Eclipse - auto-import for Eclipse >= 4.6
22
provider_name=Eclipse EGit
33
EasymportGitWizard_label=Projects from Git (with smart import)
44
EasymportGitWizard_description=Allow to detect, configure and import projects (and nested projects) from a Git repository into workspace

0 commit comments

Comments
 (0)