From f3f6745e7973557800614820ed7fc26f6b2e5004 Mon Sep 17 00:00:00 2001
From: Matthias Sohn <matthias.sohn@sap.com>
Date: Wed, 4 Nov 2009 01:53:09 +0100
Subject: [PATCH] Remove reference to branding plugin

JGit does not contribute to the Eclipse UI hence it should not refer
to a branding plugin. See discussion on egit-dev :
http://dev.eclipse.org/mhonarc/lists/egit-dev/msg00304.html until
http://dev.eclipse.org/mhonarc/lists/egit-dev/msg00306.html

Change-Id: I9153dea60d9d1724662ca079f16528a36c295b5d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
---
 org.eclipse.jgit-feature/feature.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/org.eclipse.jgit-feature/feature.xml b/org.eclipse.jgit-feature/feature.xml
index eda0bac3b..9facbe0d9 100644
--- a/org.eclipse.jgit-feature/feature.xml
+++ b/org.eclipse.jgit-feature/feature.xml
@@ -3,8 +3,7 @@
       id="org.eclipse.jgit"
       label="%featureName"
       version="0.6.0.qualifier"
-      provider-name="%providerName"
-      plugin="org.eclipse.egit">
+      provider-name="%providerName">
 
    <description url="http://www.eclipse.org/egit/">
      %description
-- 
GitLab