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.touchpoint.eclipse/META-INF/MANIFEST.MF
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.touchpoint.eclipse/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
index 322f57920..ac3748e0b 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
@@ -8,8 +8,8 @@ Bundle-Version: 0.1.0.qualifier
Import-Package: org.eclipse.core.runtime;common=split,
org.eclipse.equinox.frameworkadmin,
org.eclipse.equinox.internal.frameworkadmin.utils,
+ org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.p2.artifact.repository,
- org.eclipse.equinox.p2.core.helpers,
org.eclipse.equinox.p2.core.location,
org.eclipse.equinox.p2.core.repository,
org.eclipse.equinox.p2.download,

Back to the top