Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-04-08 20:54:45 +0000
committerMatthias Sohn2013-04-08 21:05:36 +0000
commit011f7fd27d4ace5a63a3ea736c8907f855985dd5 (patch)
tree702e19ffb5b151f0000f130e5ef9e2411814052b /org.eclipse.jgit.http.server
parent2f93551e186001a4ada38c62a37b3e3f69a72120 (diff)
downloadjgit-011f7fd27d4ace5a63a3ea736c8907f855985dd5.tar.gz
jgit-011f7fd27d4ace5a63a3ea736c8907f855985dd5.tar.xz
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>
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r--org.eclipse.jgit.http.server/plugin.properties2
1 files changed, 1 insertions, 1 deletions
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

Back to the top