Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2012-11-22 12:32:06 +0000
committerMatthias Sohn2012-11-22 23:20:51 +0000
commit89ec0d3e4e81d47a471adf9eb379286b91d939e7 (patch)
tree7c6c0bc5a918ca8b94e45c11b0f83c4e20786400 /org.eclipse.egit-feature
parent505cf2e90538e4ac48f54d0f2cd024237da4f461 (diff)
downloadegit-89ec0d3e4e81d47a471adf9eb379286b91d939e7.tar.gz
egit-89ec0d3e4e81d47a471adf9eb379286b91d939e7.tar.xz
egit-89ec0d3e4e81d47a471adf9eb379286b91d939e7.zip
Depend on org.eclipse.core.runtime >= 3.7
Since If7a0d7bfb4dd98d2373531eee63f042376cce228, we depend on 3.7 for the INSTANCE fields of InstanceScope/DefaultScope. Without this change, it's still possible to install EGit into Eclipse 3.5/3.6, but running it will cause errors because of the missing fields. Bug: 365425 Change-Id: Ide4bfe98c85ecc2719968540c20f0f9c13729039 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 30712ae020..d61e40a714 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -24,7 +24,7 @@
</url>
<requires>
- <import plugin="org.eclipse.core.runtime" version="3.4" match="compatible"/>
+ <import plugin="org.eclipse.core.runtime" version="3.7" match="compatible"/>
<import plugin="org.eclipse.core.resources" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.core.filesystem" version="1.1.0" match="compatible"/>
<import plugin="org.eclipse.ui" version="3.4.0" match="compatible"/>

Back to the top