From 37630cbb19a5fbda846dca7e93d7ab22dd4f4fc7 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Sun, 28 Oct 2007 19:22:37 +0000 Subject: Initial delivery of SAX XML Writer/Parser framework for XStream replacement. The metadata and artifact repository, profile registyr, and install registry writers/parsers are all now used. (the xstream lines are commented out for easy restoration in the event of a difficult bug). The dependencies on XStream have been removed from all bundles except the test bundle where the is still one test that uses XStream - this will be rewritten soon. Metadata will obviously need to be regenerated after accepting these changes. --- bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF') 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 128f69c30..19594ad40 100644 --- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-Version: 0.1.0.qualifier -Export-Package: org.eclipse.equinox.internal.p2.metadata;x-friends:="org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository", +Export-Package: org.eclipse.equinox.internal.p2.metadata;x-friends:="org.eclipse.equinox.p2.metadata.generator, org.eclipse.equinox.p2.metadata.repository, org.eclipse.equinox.p2.engine", org.eclipse.equinox.p2.metadata, org.eclipse.equinox.p2.query, org.eclipse.equinox.p2.resolution @@ -17,5 +17,4 @@ 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.p2.core -- cgit v1.2.3