Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Stevenson2007-11-15 22:35:07 +0000
committerDave Stevenson2007-11-15 22:35:07 +0000
commit3192ec1a41d4af12ebee71a177916837123356bc (patch)
treeac09be6e991022c5b12daf06dcb78dfa337abf07 /bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
parente82d020b83b85c5670dabae5fa99cfa7ce995a9c (diff)
downloadrt.equinox.p2-3192ec1a41d4af12ebee71a177916837123356bc.tar.gz
rt.equinox.p2-3192ec1a41d4af12ebee71a177916837123356bc.tar.xz
rt.equinox.p2-3192ec1a41d4af12ebee71a177916837123356bc.zip
Added a metadata persistence junit test that constructs, writes, reads, and writes as moderately complicated InstallableUnit, verify the integrity along the way. The write/read are to/from strings, not files.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
index 85bb0937a..e8b9292ec 100644
--- a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
@@ -21,6 +21,7 @@ Import-Package: ie.wombat.jbdiff,
org.eclipse.equinox.internal.p2.engine,
org.eclipse.equinox.internal.p2.installregistry,
org.eclipse.equinox.internal.p2.metadata,
+ org.eclipse.equinox.internal.p2.metadata.repository.io,
org.eclipse.equinox.internal.p2.persistence,
org.eclipse.equinox.internal.p2.resolution,
org.eclipse.equinox.p2.artifact.repository,

Back to the top