Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index 5c04ee0505..8f6d87c9f0 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -3,7 +3,8 @@
id="org.eclipse.egit.mylyn"
label="%featureName"
version="1.1.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ plugin="org.eclipse.egit">
<description url="http://www.eclipse.org/egit/">
%description

Back to the top