Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-30 13:29:25 +0000
committerPascal Rapicault2010-03-30 13:29:25 +0000
commit779b8267c2141958604c85d279e440e73d665f8a (patch)
treed0c883726035e089d6b6afc0b3a0178a4821c6ad /bundles/org.eclipse.equinox.p2.directorywatcher
parent7f5d5267a53932252a09fdac13dbcfee7551a599 (diff)
downloadrt.equinox.p2-779b8267c2141958604c85d279e440e73d665f8a.tar.gz
rt.equinox.p2-779b8267c2141958604c85d279e440e73d665f8a.tar.xz
rt.equinox.p2-779b8267c2141958604c85d279e440e73d665f8a.zip
Cleanup manifest
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher')
-rw-r--r--bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
index c87ba361e..d04ee2d39 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -12,11 +12,9 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5,
J2SE-1.4,
CDC-1.1/Foundation-1.1
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.equinox.internal.p2.artifact.repository,
- org.eclipse.equinox.internal.p2.artifact.repository.simple,
+Import-Package: org.eclipse.equinox.internal.p2.artifact.repository.simple,
org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.p2.metadata.expression,
- org.eclipse.equinox.internal.p2.metadata.index,
org.eclipse.equinox.internal.p2.update,
org.eclipse.equinox.p2.core;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.metadata;version="[2.0.0,3.0.0)",

Back to the top