summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-04-08 22:54:45 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-04-08 23:05:36 +0200
commit011f7fd27d4ace5a63a3ea736c8907f855985dd5 (patch)
tree702e19ffb5b151f0000f130e5ef9e2411814052b
parent2f93551e186001a4ada38c62a37b3e3f69a72120 (diff)
downloadjgit-011f7fd27d4ace5a63a3ea736c8907f855985dd5.tar.gz
jgit-011f7fd27d4ace5a63a3ea736c8907f855985dd5.zip
Fix plugin provider names to conform with release train requirement
According to release train requirements [1] the provider name for all artifacts of Eclipse projects is "Eclipse <project name>". [1] http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews#Checklist Change-Id: I8445070d1d96896d378bfc49ed062a5e7e0f201f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.console/plugin.properties2
-rw-r--r--org.eclipse.jgit.http.server/plugin.properties2
-rw-r--r--org.eclipse.jgit.http.test/plugin.properties2
-rw-r--r--org.eclipse.jgit.junit.http/plugin.properties2
-rw-r--r--org.eclipse.jgit.junit/plugin.properties2
-rw-r--r--org.eclipse.jgit.pgm.test/plugin.properties2
-rw-r--r--org.eclipse.jgit.pgm/plugin.properties2
-rw-r--r--org.eclipse.jgit.test/plugin.properties2
-rw-r--r--org.eclipse.jgit.ui/plugin.properties2
9 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.console/plugin.properties b/org.eclipse.jgit.console/plugin.properties
index 988e71695a..73a746b877 100644
--- a/org.eclipse.jgit.console/plugin.properties
+++ b/org.eclipse.jgit.console/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit Console User Interface
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.http.server/plugin.properties b/org.eclipse.jgit.http.server/plugin.properties
index 37074aca13..d891b508f1 100644
--- a/org.eclipse.jgit.http.server/plugin.properties
+++ b/org.eclipse.jgit.http.server/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit HTTP Server
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.http.test/plugin.properties b/org.eclipse.jgit.http.test/plugin.properties
index dd33aea52d..0a620aa302 100644
--- a/org.eclipse.jgit.http.test/plugin.properties
+++ b/org.eclipse.jgit.http.test/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit HTTP Tests
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.junit.http/plugin.properties b/org.eclipse.jgit.junit.http/plugin.properties
index cb837d8453..7a96b09054 100644
--- a/org.eclipse.jgit.junit.http/plugin.properties
+++ b/org.eclipse.jgit.junit.http/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit JUnit Http Utility Classes
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.junit/plugin.properties b/org.eclipse.jgit.junit/plugin.properties
index 836a27f485..9842967f52 100644
--- a/org.eclipse.jgit.junit/plugin.properties
+++ b/org.eclipse.jgit.junit/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit JUnit Utility Classes
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.pgm.test/plugin.properties b/org.eclipse.jgit.pgm.test/plugin.properties
index df18ade427..e131c6970f 100644
--- a/org.eclipse.jgit.pgm.test/plugin.properties
+++ b/org.eclipse.jgit.pgm.test/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit Command Line Interface Tests
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.pgm/plugin.properties b/org.eclipse.jgit.pgm/plugin.properties
index d71fee0860..118fe47b1e 100644
--- a/org.eclipse.jgit.pgm/plugin.properties
+++ b/org.eclipse.jgit.pgm/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit Command Line Interface
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.test/plugin.properties b/org.eclipse.jgit.test/plugin.properties
index ea60411212..1d32644d33 100644
--- a/org.eclipse.jgit.test/plugin.properties
+++ b/org.eclipse.jgit.test/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit Core Tests
-provider_name=Eclipse.org
+provider_name=Eclipse JGit
diff --git a/org.eclipse.jgit.ui/plugin.properties b/org.eclipse.jgit.ui/plugin.properties
index 71fbb340fd..006c8c2f21 100644
--- a/org.eclipse.jgit.ui/plugin.properties
+++ b/org.eclipse.jgit.ui/plugin.properties
@@ -1,2 +1,2 @@
plugin_name=JGit AWT User Interface
-provider_name=Eclipse.org
+provider_name=Eclipse JGit