Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-11-07 01:21:08 +0000
committerJohn Arthorne2007-11-07 01:21:08 +0000
commit149926a839fd1fb4a4fc0238bd1c32ce41218e08 (patch)
treed3e796e721f16c1605c12d3647bd77fcea0c70cd /bundles/org.eclipse.equinox.p2.directorywatcher/META-INF
parentaaf2761474699036097e25a10a19f2274928e8bd (diff)
downloadrt.equinox.p2-149926a839fd1fb4a4fc0238bd1c32ce41218e08.tar.gz
rt.equinox.p2-149926a839fd1fb4a4fc0238bd1c32ce41218e08.tar.xz
rt.equinox.p2-149926a839fd1fb4a4fc0238bd1c32ce41218e08.zip
Bug 208965 [prov] Move helper classes out of API package
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 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 2cadc3638..8d29fce61 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -6,8 +6,8 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.directorywatcher.Activator
-Import-Package: org.eclipse.equinox.p2.artifact.repository,
- org.eclipse.equinox.p2.core.helpers,
+Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
+ org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.core.repository,
org.eclipse.equinox.p2.metadata.generator,
org.eclipse.equinox.p2.metadata.repository,

Back to the top