Browse Source
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
10 changed files with 20 additions and 17 deletions
@ -1,2 +1,2 @@
|
||||
plugin_name=Java Git Console User Interface (Incubation) |
||||
provider_name=eclipse.org |
||||
plugin_name=JGit Console User Interface (Incubation) |
||||
provider_name=Eclipse.org |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=Java Git HTTP Server (Incubation) |
||||
provider_name=eclipse.org |
||||
plugin_name=JGit HTTP Server (Incubation) |
||||
provider_name=Eclipse.org |
||||
|
@ -0,0 +1,2 @@
|
||||
plugin_name=JGit HTTP Tests (Incubation) |
||||
provider_name=Eclipse.org |
@ -1,2 +1,2 @@
|
||||
plugin_name=Java Git JUnit Utility Classes (Incubation) |
||||
provider_name=eclipse.org |
||||
plugin_name=JGit JUnit Utility Classes (Incubation) |
||||
provider_name=Eclipse.org |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=Java Git Command Line Interface (Incubation) |
||||
provider_name=eclipse.org |
||||
plugin_name=JGit Command Line Interface (Incubation) |
||||
provider_name=Eclipse.org |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=Java Git Core Tests (Incubation) |
||||
provider_name=eclipse.org |
||||
plugin_name=JGit Core Tests (Incubation) |
||||
provider_name=Eclipse.org |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=Java Git AWT User Interface (Incubation) |
||||
provider_name=eclipse.org |
||||
plugin_name=JGit AWT User Interface (Incubation) |
||||
provider_name=Eclipse.org |
||||
|
Loading…
Reference in new issue