Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.emf.eef.extended-feature/feature.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/features/org.eclipse.emf.eef.extended-feature/feature.xml b/features/org.eclipse.emf.eef.extended-feature/feature.xml
index 29b911e50..4dc07a137 100644
--- a/features/org.eclipse.emf.eef.extended-feature/feature.xml
+++ b/features/org.eclipse.emf.eef.extended-feature/feature.xml
@@ -37,22 +37,6 @@ http://www.eclipse.org/legal/epl-v10.html
<discovery label="%modelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
</url>
- <requires>
- <import feature="org.eclipse.emf.eef.runtime" version="1.0.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"/>
- <import feature="org.eclipse.epf.common.html.feature" version="1.5.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.epf.richtext.feature" version="1.5.0" match="greaterOrEqual"/>
- </requires>
-
<plugin
id="org.eclipse.emf.eef.runtime.extended"
download-size="0"

Back to the top