Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.discovery')
-rw-r--r--org.eclipse.m2e.discovery/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF b/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
index e7d5bed7..8f1a50b7 100644
--- a/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
@@ -13,15 +13,15 @@ Require-Bundle: org.eclipse.equinox.p2.ui.discovery,
org.eclipse.equinox.p2.discovery.compatibility,
org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.m2e.core;bundle-version="[1.1.0,1.2.0)",
+ org.eclipse.m2e.core;bundle-version="[1.2.0,1.3.0)",
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.equinox.p2.operations,
org.eclipse.equinox.p2.core,
org.eclipse.equinox.p2.metadata,
- org.eclipse.m2e.core.ui;bundle-version="[1.1.0,1.2.0)",
+ org.eclipse.m2e.core.ui;bundle-version="[1.2.0,1.3.0)",
org.slf4j.api;bundle-version="1.6.2",
- org.eclipse.m2e.maven.runtime;bundle-version="[1.1.0,1.2.0)",
+ org.eclipse.m2e.maven.runtime;bundle-version="[1.2.0,1.3.0)",
org.eclipse.equinox.p2.repository,
org.eclipse.equinox.p2.ui
Export-Package: org.eclipse.m2e.internal.discovery;x-internal:=true,

Back to the top