diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-22 17:39:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-23 00:40:37 +0200 |
commit | f326f00a468c622702199765e5f54ed6a04f669d (patch) | |
tree | c479f25daabd9a7bdde01bef2a02ebde1994207c /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | d47320bd36decb2cd7032c80c609fc1f0d01070d (diff) | |
download | jgit-f326f00a468c622702199765e5f54ed6a04f669d.tar.gz jgit-f326f00a468c622702199765e5f54ed6a04f669d.zip |
Use consistent feature and category names
These names are presented to users when they install JGit so they should
be consistent.
Bug: 496101
Change-Id: I88a1abd8c3717d9a2f958e3a39edb2dbce3a415b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties index 1d1130a03b..8992ad3df1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties @@ -8,14 +8,14 @@ # ############################################################################### -featureName=Command Line Interface for Java implementation of Git +featureName=Java implementation of Git - Command Line Interface providerName=Eclipse JGit updateSiteName=Eclipse JGit Update Site # description property - text of the "Feature Description" description=\ -Command line interface for a pure Java implementation of the Git version control system.\n +Command line interface for a pure Java implementation of the Git version control system ################ end of description property ################################## # "copyright" property - text of the "Feature Update Copyright" |