Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-09-30 18:56:11 +0000
committerJohn Arthorne2007-09-30 18:56:11 +0000
commit1f7cf4b36818b7f9aa128b430b0717ee03267454 (patch)
tree43fdeb4be6a1dbd37de60cb1257a0ee5667f6d27 /bundles/org.eclipse.equinox.p2.metadata/META-INF
parent2ccb446cc885495686cc9eb430c4a98031b3cfc5 (diff)
downloadrt.equinox.p2-1f7cf4b36818b7f9aa128b430b0717ee03267454.tar.gz
rt.equinox.p2-1f7cf4b36818b7f9aa128b430b0717ee03267454.tar.xz
rt.equinox.p2-1f7cf4b36818b7f9aa128b430b0717ee03267454.zip
Initial rename (before testing)
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF14
1 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
index be3a5230d..9305ac49c 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -1,19 +1,19 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Metadata Plug-in (Incubation)
-Bundle-SymbolicName: org.eclipse.equinox.prov.metadata
+Bundle-SymbolicName: org.eclipse.equinox.p2.metadata
Bundle-Version: 0.1.0.qualifier
-Export-Package: org.eclipse.equinox.internal.prov.metadata;x-friends:="org.eclipse.equinox.prov.metadata.generator",
- org.eclipse.equinox.prov.metadata,
- org.eclipse.equinox.prov.query,
- org.eclipse.equinox.prov.resolution
+Export-Package: org.eclipse.equinox.internal.p2.metadata;x-friends:="org.eclipse.equinox.p2.metadata.generator",
+ org.eclipse.equinox.p2.metadata,
+ org.eclipse.equinox.p2.query,
+ org.eclipse.equinox.p2.resolution
Import-Package: org.eclipse.osgi.service.resolver;version="1.1.0",
org.eclipse.osgi.util;version="1.1.0",
org.osgi.framework;version="1.3.0"
-Bundle-Activator: org.eclipse.equinox.internal.prov.metadata.MetadataActivator
+Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.MetadataActivator
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Require-Bundle: org.eclipse.equinox.common,
com.thoughtworks.xstream,
- org.eclipse.equinox.prov.core
+ org.eclipse.equinox.p2.core

Back to the top