Browse Source

Cleaning up provider and feature names

It is incorrect to use Eclipse.org as the providerName now,
we'll use Eclipse JGit.

Change-Id: I1621b93d4f401176704e7c43935a5ce0c8ee8419
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
stable-0.8
Chris Aniszczyk 15 years ago
parent
commit
f1946b0669
  1. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
  2. 2
      org.eclipse.jgit/plugin.properties

4
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties

@ -8,8 +8,8 @@
#
###############################################################################
featureName=Eclipse JGit Feature (Incubation)
providerName=Eclipse.org
featureName=Eclipse JGit (Incubation)
providerName=Eclipse JGit
updateSiteName=Eclipse JGit Update Site (Incubation)

2
org.eclipse.jgit/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit Core (Incubation)
provider_name=Eclipse.org
provider_name=Eclipse JGit

Loading…
Cancel
Save