Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index f9ed1f7f9f..5c78170103 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -15,7 +15,6 @@ An Eclipse Git Team provider in pure Java.
Changes on @branch@ since @refversion@:
<![CDATA[@shortlog@]]>
-
</description>
<copyright>
@@ -69,4 +68,11 @@ Changes on @branch@ since @refversion@:
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.jgit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top