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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index d6d4b6b864..a3da9610e5 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -23,6 +23,11 @@
<discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
</url>
+ <includes
+ id="org.eclipse.egit.psf"
+ version="0.0.0"
+ optional="true"/>
+
<requires>
<import plugin="org.eclipse.core.runtime" version="3.4" match="compatible"/>
<import plugin="org.eclipse.core.resources" version="3.4.0" match="compatible"/>

Back to the top