Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.m2e.editor/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.m2e.editor/META-INF/MANIFEST.MF b/org.eclipse.m2e.editor/META-INF/MANIFEST.MF
index 65ec097e..00ae48b5 100644
--- a/org.eclipse.m2e.editor/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.editor/META-INF/MANIFEST.MF
@@ -14,13 +14,16 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.wst.sse.ui,
org.eclipse.wst.xml.core,
org.eclipse.ui.workbench,
- org.eclipse.emf.edit.ui;resolution:=optional,
org.eclipse.m2e.core;bundle-version="[1.0.0,1.1.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,1.1.0)",
org.eclipse.m2e.editor.xml;bundle-version="[1.0.0,1.1.0)",
org.eclipse.m2e.core.ui;bundle-version="[1.0.0,1.1.0)",
org.slf4j.api;bundle-version="1.6.1",
- org.eclipse.wst.common.emf
+ org.eclipse.wst.common.emf,
+ org.eclipse.swt,
+ org.eclipse.jface,
+ org.eclipse.emf.common,
+ org.eclipse.emf.ecore
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6

Back to the top