diff options
author | Jeff McAffer | 2007-11-06 21:08:23 -0500 |
---|---|---|
committer | Jeff McAffer | 2007-11-06 21:08:23 -0500 |
commit | bb68d990798b2fc2fe34ef901dc54c1b88e2733f (patch) | |
tree | 632be08daeea3966d8e7d11974c74f29ef263771 /bundles/org.eclipse.equinox.p2.metadata/META-INF | |
parent | 6625391e00ad1bf189ba5c14488ec9b4c42d9419 (diff) | |
download | rt.equinox.p2-bb68d990798b2fc2fe34ef901dc54c1b88e2733f.tar.gz rt.equinox.p2-bb68d990798b2fc2fe34ef901dc54c1b88e2733f.tar.xz rt.equinox.p2-bb68d990798b2fc2fe34ef901dc54c1b88e2733f.zip |
refactor the repository optimizers and processors and further adapt to API changes
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 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 19594ad40..c4034b18c 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, org.eclipse.equinox.p2.engine", +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.artifact.repository", org.eclipse.equinox.p2.metadata, org.eclipse.equinox.p2.query, org.eclipse.equinox.p2.resolution |