Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-24 18:11:06 +0000
committerAndrew Niefer2010-02-24 18:11:06 +0000
commitf87dd10c4486f0ec9d0cbe7e3a4f1e16d09cbfc1 (patch)
tree89c83d38a19704f3704bc855e613aaec74fad098 /bundles/org.eclipse.equinox.p2.extensionlocation
parent9035b56ee7bb5ad7ab6d729733cc527acc6c325d (diff)
downloadrt.equinox.p2-f87dd10c4486f0ec9d0cbe7e3a4f1e16d09cbfc1.tar.gz
rt.equinox.p2-f87dd10c4486f0ec9d0cbe7e3a4f1e16d09cbfc1.tar.xz
rt.equinox.p2-f87dd10c4486f0ec9d0cbe7e3a4f1e16d09cbfc1.zip
fix manifests
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.extensionlocation')
-rw-r--r--bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF
index 89446ee43..8cd6b0359 100644
--- a/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.extensionlocation/META-INF/MANIFEST.MF
@@ -24,7 +24,7 @@ Import-Package: org.eclipse.equinox.internal.p2.artifact.repository.simple,
org.eclipse.equinox.internal.provisional.p2.metadata,
org.eclipse.equinox.p2.core;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.engine;version="[2.0.0,3.0.0)",
- org.eclipse.equinox.p2.publisher.eclipse;version="[2.0.0,3.0.0)",
+ org.eclipse.equinox.p2.publisher.eclipse,
org.eclipse.equinox.p2.repository;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.repository.artifact;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.repository.artifact.spi;version="[2.0.0,3.0.0)",

Back to the top