Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Piggott2011-02-28 18:39:35 +0000
committerPascal Rapicault2011-03-03 21:35:20 +0000
commitea88d2e22b19a9f914d3acc5f6292216a0a536f3 (patch)
treea2f9dc0c9d2282ba837346994a80327b98031c4d /org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
parent07fb9045d55d0f6e56798b52093e8d7e281c60b7 (diff)
downloadm2e-core-ea88d2e22b19a9f914d3acc5f6292216a0a536f3.tar.gz
m2e-core-ea88d2e22b19a9f914d3acc5f6292216a0a536f3.tar.xz
m2e-core-ea88d2e22b19a9f914d3acc5f6292216a0a536f3.zip
Bug 337989 - Discover extensions during project import
Diffstat (limited to 'org.eclipse.m2e.discovery/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.discovery/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF b/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
index 6b26e94a..a6802e76 100644
--- a/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
@@ -36,6 +36,7 @@ Import-Package: org.apache.maven.model,
org.eclipse.equinox.internal.p2.ui,
org.eclipse.equinox.internal.p2.ui.dialogs,
org.eclipse.equinox.internal.p2.ui.model,
+ org.eclipse.equinox.internal.provisional.configurator,
org.eclipse.equinox.p2.engine,
org.eclipse.equinox.p2.metadata,
org.eclipse.equinox.p2.repository.metadata,

Back to the top