Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsliebig2007-12-11 08:31:09 +0000
committersliebig2007-12-11 08:31:09 +0000
commitbf1e0f2c3866e62422e7382b8010063cea62da85 (patch)
tree61cb8c4e1fa9f8cd3591346cf4afc44f51cda038 /bundles/org.eclipse.equinox.p2.artifact.repository/META-INF
parent9b5b1f60ff45c88637718edcfc5045099b82fb04 (diff)
downloadrt.equinox.p2-bf1e0f2c3866e62422e7382b8010063cea62da85.tar.gz
rt.equinox.p2-bf1e0f2c3866e62422e7382b8010063cea62da85.tar.xz
rt.equinox.p2-bf1e0f2c3866e62422e7382b8010063cea62da85.zip
typo in x-friends + added a friend for unit testsv20071211-2223
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF4
1 files changed, 2 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 10e4fae62..b12e2ea73 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
@@ -6,8 +6,8 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Export-Package: org.eclipse.equinox.internal.p2.artifact.mirror;x-internal:=true,
- org.eclipse.equinox.internal.p2.artifact.repository;x-friends:="org.eclipse.equinox.p2.metadata.generator,org.eclipse.equinox.p2.test",
- org.eclipse.equinox.internal.p2.artifact.repository.simple;x-friends:="org.eclipse.equinox.p2.selfhosting,org.eclipse.equinox.p2.touchpoint.eclipse",
+ org.eclipse.equinox.internal.p2.artifact.repository;x-friends:="org.eclipse.equinox.p2.metadata.generator,org.eclipse.equinox.p2.tests",
+ org.eclipse.equinox.internal.p2.artifact.repository.simple;x-friends:="org.eclipse.equinox.p2.selfhosting,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.tests",
org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.artifact.repository.processing,
org.eclipse.equinox.spi.p2.artifact.repository

Back to the top