Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2010-04-08 16:29:09 +0000
committerKim Moir2010-04-08 16:29:09 +0000
commit3a8eedb65e49764db7c26ec9e9e429881c406f97 (patch)
tree186205135b02257def0024b8bcabfaf4629bda0d /features
parentc8f109ccd875246fa3387a990eb54b4bf9152e4e (diff)
downloadeclipse.platform.team-3a8eedb65e49764db7c26ec9e9e429881c406f97.tar.gz
eclipse.platform.team-3a8eedb65e49764db7c26ec9e9e429881c406f97.tar.xz
eclipse.platform.team-3a8eedb65e49764db7c26ec9e9e429881c406f97.zip
Bug 308478 - Relax version tolerance on platform for JDT, PDE, and CVSv20100408
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index ea9d42ec8..4fe956ee2 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.platform" version="3.3.0" match="compatible"/>
+ <import feature="org.eclipse.platform" version="3.6.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top