Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2012-11-06 19:29:32 +0000
committerMatthias Sohn2012-11-09 20:25:31 +0000
commit70c892198c8519422abec216c505c28523e72a2c (patch)
tree19165239d705f810b7befc03a46612b968a07a7d /org.eclipse.egit-feature
parent8b4ce2200ec0cb589276e77bfd2318fefc4b17e9 (diff)
downloadegit-70c892198c8519422abec216c505c28523e72a2c.tar.gz
egit-70c892198c8519422abec216c505c28523e72a2c.tar.xz
egit-70c892198c8519422abec216c505c28523e72a2c.zip
Remove no longer needed org.eclipse.egit.psf-feature
It was necessary for Eclipse < 3.7 because of bug 244313. Now that 3.5 and 3.6 are no longer supported, we don't need it anymore. Bug: 365425 Change-Id: I3921826a34eff58e9785d888445e93401eeeece7
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 2daae26609..30712ae020 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -23,11 +23,6 @@
<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