summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2010-01-23 11:40:31 -0800
committerShawn O. Pearce <spearce@spearce.org>2010-01-23 11:42:15 -0800
commit0238a21b624abf079ae21835a13067d2c8dedd81 (patch)
tree6066f805be44f4ffc76fdfdeb78c1bce13748127
parent927437ce3aad331a6982f9e25a65a600a5f12b4a (diff)
downloadjgit-0238a21b624abf079ae21835a13067d2c8dedd81.tar.gz
jgit-0238a21b624abf079ae21835a13067d2c8dedd81.zip
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>
-rw-r--r--org.eclipse.jgit.console/plugin.properties4
-rw-r--r--org.eclipse.jgit.http.server/plugin.properties4
-rw-r--r--org.eclipse.jgit.http.test/META-INF/MANIFEST.MF5
-rw-r--r--org.eclipse.jgit.http.test/plugin.properties2
-rw-r--r--org.eclipse.jgit.junit/plugin.properties4
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties2
-rw-r--r--org.eclipse.jgit.pgm/plugin.properties4
-rw-r--r--org.eclipse.jgit.test/plugin.properties4
-rw-r--r--org.eclipse.jgit.ui/plugin.properties4
-rw-r--r--org.eclipse.jgit/plugin.properties4
10 files changed, 20 insertions, 17 deletions
diff --git a/org.eclipse.jgit.console/plugin.properties b/org.eclipse.jgit.console/plugin.properties
index a86bcd86b8..192eaa3704 100644
--- a/org.eclipse.jgit.console/plugin.properties
+++ b/org.eclipse.jgit.console/plugin.properties
@@ -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
diff --git a/org.eclipse.jgit.http.server/plugin.properties b/org.eclipse.jgit.http.server/plugin.properties
index 6ca52145a7..bafc6bb182 100644
--- a/org.eclipse.jgit.http.server/plugin.properties
+++ b/org.eclipse.jgit.http.server/plugin.properties
@@ -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
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
index 01982da6c5..1481391f52 100644
--- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
@@ -1,9 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Java Git HTTP Tests (Incubation)
+Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.http.test
Bundle-Version: 0.6.0.qualifier
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %provider_name
+Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.servlet;version="2.5.0",
javax.servlet.http;version="2.5.0",
diff --git a/org.eclipse.jgit.http.test/plugin.properties b/org.eclipse.jgit.http.test/plugin.properties
new file mode 100644
index 0000000000..d0e3a61cfe
--- /dev/null
+++ b/org.eclipse.jgit.http.test/plugin.properties
@@ -0,0 +1,2 @@
+plugin_name=JGit HTTP Tests (Incubation)
+provider_name=Eclipse.org
diff --git a/org.eclipse.jgit.junit/plugin.properties b/org.eclipse.jgit.junit/plugin.properties
index d137bd4980..1cc9d1ae0b 100644
--- a/org.eclipse.jgit.junit/plugin.properties
+++ b/org.eclipse.jgit.junit/plugin.properties
@@ -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
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
index eba9a59e30..c22fc30395 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
@@ -9,7 +9,7 @@
###############################################################################
featureName=Eclipse JGit Feature (Incubation)
-providerName=eclipse.org
+providerName=Eclipse.org
updateSiteName=Eclipse Update Site (experimental)
diff --git a/org.eclipse.jgit.pgm/plugin.properties b/org.eclipse.jgit.pgm/plugin.properties
index f8fbd725c1..b39fe65f89 100644
--- a/org.eclipse.jgit.pgm/plugin.properties
+++ b/org.eclipse.jgit.pgm/plugin.properties
@@ -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
diff --git a/org.eclipse.jgit.test/plugin.properties b/org.eclipse.jgit.test/plugin.properties
index 68e67f8107..5370431b57 100644
--- a/org.eclipse.jgit.test/plugin.properties
+++ b/org.eclipse.jgit.test/plugin.properties
@@ -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
diff --git a/org.eclipse.jgit.ui/plugin.properties b/org.eclipse.jgit.ui/plugin.properties
index b9acc51512..cbca803cc5 100644
--- a/org.eclipse.jgit.ui/plugin.properties
+++ b/org.eclipse.jgit.ui/plugin.properties
@@ -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
diff --git a/org.eclipse.jgit/plugin.properties b/org.eclipse.jgit/plugin.properties
index d8e4703b67..7f23de9246 100644
--- a/org.eclipse.jgit/plugin.properties
+++ b/org.eclipse.jgit/plugin.properties
@@ -1,2 +1,2 @@
-plugin_name=Java Git Core (Incubation)
-provider_name=eclipse.org
+plugin_name=JGit Core (Incubation)
+provider_name=Eclipse.org