Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.emf.eef.extended-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.eef.extended-feature/feature.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.eef.extended-feature/feature.xml b/features/org.eclipse.emf.eef.extended-feature/feature.xml
index d8fe28006..b3ee361e7 100644
--- a/features/org.eclipse.emf.eef.extended-feature/feature.xml
+++ b/features/org.eclipse.emf.eef.extended-feature/feature.xml
@@ -39,7 +39,16 @@ http://www.eclipse.org/legal/epl-v10.html
<requires>
<import feature="org.eclipse.emf.eef.runtime" version="0.9.0.qualifier" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.ecore" version="2.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.ecore.xmi" version="2.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.edit" version="2.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.resources" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.edit.ui" version="2.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui.views.properties.tabbed" version="3.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.validation" version="1.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jface.databinding" version="1.1.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top