Browse Source

Correct bundle, provider names to be consistent

Technically our project name is "JGit", not "Java Git".  In fact
there is already another project called "JavaGit" (no space) that we
don't want to become confused with.  Ensure we always call ourselves
"JGit" in user visible assets, like the bundle name.

Other Eclipse products list their provider as "Eclipse.org",
not "eclipse.org".  So list ourselves that way in all of our
plugin.properties files.

Change-Id: Ibcea1cd6dda2af757a8584099619fc23b7779a84
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
stable-0.7
Shawn O. Pearce 15 years ago
parent
commit
0238a21b62
  1. 4
      org.eclipse.jgit.console/plugin.properties
  2. 4
      org.eclipse.jgit.http.server/plugin.properties
  3. 5
      org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
  4. 2
      org.eclipse.jgit.http.test/plugin.properties
  5. 4
      org.eclipse.jgit.junit/plugin.properties
  6. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
  7. 4
      org.eclipse.jgit.pgm/plugin.properties
  8. 4
      org.eclipse.jgit.test/plugin.properties
  9. 4
      org.eclipse.jgit.ui/plugin.properties
  10. 4
      org.eclipse.jgit/plugin.properties

4
org.eclipse.jgit.console/plugin.properties

@ -1,2 +1,2 @@
plugin_name=Java Git Console User Interface (Incubation) plugin_name=JGit Console User Interface (Incubation)
provider_name=eclipse.org provider_name=Eclipse.org

4
org.eclipse.jgit.http.server/plugin.properties

@ -1,2 +1,2 @@
plugin_name=Java Git HTTP Server (Incubation) plugin_name=JGit HTTP Server (Incubation)
provider_name=eclipse.org provider_name=Eclipse.org

5
org.eclipse.jgit.http.test/META-INF/MANIFEST.MF

@ -1,9 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Java Git HTTP Tests (Incubation) Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.http.test Bundle-SymbolicName: org.eclipse.jgit.http.test
Bundle-Version: 0.6.0.qualifier Bundle-Version: 0.6.0.qualifier
Bundle-Vendor: Eclipse.org Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.servlet;version="2.5.0", Import-Package: javax.servlet;version="2.5.0",
javax.servlet.http;version="2.5.0", javax.servlet.http;version="2.5.0",

2
org.eclipse.jgit.http.test/plugin.properties

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

4
org.eclipse.jgit.junit/plugin.properties

@ -1,2 +1,2 @@
plugin_name=Java Git JUnit Utility Classes (Incubation) plugin_name=JGit JUnit Utility Classes (Incubation)
provider_name=eclipse.org provider_name=Eclipse.org

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

@ -9,7 +9,7 @@
############################################################################### ###############################################################################
featureName=Eclipse JGit Feature (Incubation) featureName=Eclipse JGit Feature (Incubation)
providerName=eclipse.org providerName=Eclipse.org
updateSiteName=Eclipse Update Site (experimental) updateSiteName=Eclipse Update Site (experimental)

4
org.eclipse.jgit.pgm/plugin.properties

@ -1,2 +1,2 @@
plugin_name=Java Git Command Line Interface (Incubation) plugin_name=JGit Command Line Interface (Incubation)
provider_name=eclipse.org provider_name=Eclipse.org

4
org.eclipse.jgit.test/plugin.properties

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

4
org.eclipse.jgit.ui/plugin.properties

@ -1,2 +1,2 @@
plugin_name=Java Git AWT User Interface (Incubation) plugin_name=JGit AWT User Interface (Incubation)
provider_name=eclipse.org provider_name=Eclipse.org

4
org.eclipse.jgit/plugin.properties

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

Loading…
Cancel
Save