Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-08-24 16:38:57 +0000
committerDJ Houghton2009-08-24 16:38:57 +0000
commitdaf63f1c773600c19859da2ab8fbb682c15415e9 (patch)
treebbbdb0a9ead8a0b22c762c05cb8bbf513b1646ca /bundles/org.eclipse.equinox.p2.touchpoint.natives
parenta84012b0bab6d1a18bfcc042ecbf1f5bbfe86e6f (diff)
downloadrt.equinox.p2-daf63f1c773600c19859da2ab8fbb682c15415e9.tar.gz
rt.equinox.p2-daf63f1c773600c19859da2ab8fbb682c15415e9.tar.xz
rt.equinox.p2-daf63f1c773600c19859da2ab8fbb682c15415e9.zip
Cleanup bundle manifest imports.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF8
1 files changed, 3 insertions, 5 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
index 789db91fd..edb4e9e6d 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
@@ -11,14 +11,12 @@ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.provisional.p2.artifact.repository,
org.eclipse.equinox.internal.provisional.p2.core,
org.eclipse.equinox.internal.provisional.p2.core.location,
- org.eclipse.equinox.internal.provisional.p2.repository,
org.eclipse.equinox.internal.provisional.p2.engine,
org.eclipse.equinox.internal.provisional.p2.metadata,
- org.eclipse.osgi.service.datalocation;version="1.0.0",
+ org.eclipse.equinox.internal.provisional.p2.repository,
org.eclipse.osgi.util;version="1.0.0",
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.3.3"
-Eclipse-LazyStart: true
+ org.osgi.framework;version="1.3.0"
+Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.equinox.common
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4

Back to the top