From 0238a21b624abf079ae21835a13067d2c8dedd81 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 23 Jan 2010 11:40:31 -0800 Subject: 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 --- org.eclipse.jgit.http.test/plugin.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 org.eclipse.jgit.http.test/plugin.properties (limited to 'org.eclipse.jgit.http.test/plugin.properties') 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 -- cgit v1.2.3