Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Stevenson2007-10-28 19:22:37 +0000
committerDave Stevenson2007-10-28 19:22:37 +0000
commit37630cbb19a5fbda846dca7e93d7ab22dd4f4fc7 (patch)
tree92a9e9812fe5f260879d2f7cff002c94afe52b51 /bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
parent1e5ba7f746090efe40cd934e552a7e79e457db5a (diff)
downloadrt.equinox.p2-37630cbb19a5fbda846dca7e93d7ab22dd4f4fc7.tar.gz
rt.equinox.p2-37630cbb19a5fbda846dca7e93d7ab22dd4f4fc7.tar.xz
rt.equinox.p2-37630cbb19a5fbda846dca7e93d7ab22dd4f4fc7.zip
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.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
index daa676b87..2bcdbc775 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
@@ -9,8 +9,7 @@ Export-Package: org.eclipse.equinox.internal.p2.artifact.repository;x-friends:="
org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.artifact.repository.processing,
org.eclipse.equinox.spi.p2.artifact.repository
-Import-Package: com.thoughtworks.xstream,
- javax.xml.parsers,
+Import-Package: javax.xml.parsers,
org.eclipse.core.runtime.preferences;resolution:=optional,
org.eclipse.equinox.internal.p2.jarprocessor;resolution:=optional,
org.eclipse.equinox.internal.p2.metadata,

Back to the top