diff options
author | John Arthorne | 2007-11-07 01:21:08 +0000 |
---|---|---|
committer | John Arthorne | 2007-11-07 01:21:08 +0000 |
commit | 149926a839fd1fb4a4fc0238bd1c32ce41218e08 (patch) | |
tree | d3e796e721f16c1605c12d3647bd77fcea0c70cd /bundles/org.eclipse.equinox.p2.ui.admin/META-INF/MANIFEST.MF | |
parent | aaf2761474699036097e25a10a19f2274928e8bd (diff) | |
download | rt.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.ui.admin/META-INF/MANIFEST.MF')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.ui.admin/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.admin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui.admin/META-INF/MANIFEST.MF index 44fc2b95b..419a43ef4 100644 --- a/bundles/org.eclipse.equinox.p2.ui.admin/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.p2.ui.admin/META-INF/MANIFEST.MF @@ -8,9 +8,9 @@ Bundle-Version: 0.1.0.qualifier Bundle-Activator: org.eclipse.equinox.p2.ui.admin.ProvAdminUIActivator Bundle-RequiredExecutionEnvironment: J2SE-1.4, CDC-1.1/Foundation-1.1 -Import-Package: org.eclipse.equinox.p2.artifact.repository, +Import-Package: org.eclipse.equinox.internal.p2.core.helpers, + org.eclipse.equinox.p2.artifact.repository, org.eclipse.equinox.p2.core.eventbus, - org.eclipse.equinox.p2.core.helpers, org.eclipse.equinox.p2.core.repository, org.eclipse.equinox.p2.engine, org.eclipse.equinox.p2.metadata, |