Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF b/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF
index 65743acf..b65d04df 100644
--- a/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF
@@ -5,6 +5,8 @@ Bundle-SymbolicName: org.eclipse.m2e.usagedata;singleton:=true
Bundle-Version: 0.13.0.qualifier
Require-Bundle: org.eclipse.epp.usagedata.gathering;resolution:=optional,
org.eclipse.m2e.core
-Import-Package: org.eclipse.core.runtime
+Import-Package: org.eclipse.core.runtime,
+ org.osgi.framework
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
+Export-Package: org.eclipse.m2e.internal.udc;x-internal:=true

Back to the top