From 011f7fd27d4ace5a63a3ea736c8907f855985dd5 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 8 Apr 2013 22:54:45 +0200 Subject: [PATCH] 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 ". [1] http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews#Checklist Change-Id: I8445070d1d96896d378bfc49ed062a5e7e0f201f Signed-off-by: Matthias Sohn --- org.eclipse.jgit.console/plugin.properties | 2 +- org.eclipse.jgit.http.server/plugin.properties | 2 +- org.eclipse.jgit.http.test/plugin.properties | 2 +- org.eclipse.jgit.junit.http/plugin.properties | 2 +- org.eclipse.jgit.junit/plugin.properties | 2 +- org.eclipse.jgit.pgm.test/plugin.properties | 2 +- org.eclipse.jgit.pgm/plugin.properties | 2 +- org.eclipse.jgit.test/plugin.properties | 2 +- org.eclipse.jgit.ui/plugin.properties | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/org.eclipse.jgit.console/plugin.properties b/org.eclipse.jgit.console/plugin.properties index 988e71695..73a746b87 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 37074aca1..d891b508f 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 dd33aea52..0a620aa30 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 cb837d845..7a96b0905 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 836a27f48..9842967f5 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 df18ade42..e131c6970 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 d71fee086..118fe47b1 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 ea6041121..1d32644d3 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 71fbb340f..006c8c2f2 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