Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.feature/feature.xml')
-rw-r--r--org.eclipse.m2e.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.m2e.feature/feature.xml b/org.eclipse.m2e.feature/feature.xml
index 6e211f6e..1fab891a 100644
--- a/org.eclipse.m2e.feature/feature.xml
+++ b/org.eclipse.m2e.feature/feature.xml
@@ -28,9 +28,9 @@
<import plugin="org.eclipse.wst.sse.core"/>
<import plugin="org.eclipse.wst.xml.core"/>
<import plugin="org.eclipse.jem.util"/>
- <import feature="org.eclipse.platform" version="3.4.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.rcp" version="3.4.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.jdt" version="3.4.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.platform" version="3.6.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.rcp" version="3.6.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.jdt" version="3.6.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top