diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2009-11-04 01:53:09 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2009-11-04 01:53:09 +0100 |
commit | f3f6745e7973557800614820ed7fc26f6b2e5004 (patch) | |
tree | ae839ec07d0d3ba088a27c2e6c1401a4662c1a43 /org.eclipse.jgit-feature | |
parent | 9f9ea04350757f656a4aa6ec8f3ca641db605e4d (diff) | |
download | jgit-f3f6745e7973557800614820ed7fc26f6b2e5004.tar.gz jgit-f3f6745e7973557800614820ed7fc26f6b2e5004.zip |
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>
Diffstat (limited to 'org.eclipse.jgit-feature')
-rw-r--r-- | org.eclipse.jgit-feature/feature.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jgit-feature/feature.xml b/org.eclipse.jgit-feature/feature.xml index eda0bac3bc..9facbe0d90 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 |