Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
index 537b74a3c..b08eafdee 100644
--- a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.equinox.bidi,
org.eclipse.equinox.bidi.advanced,
org.eclipse.equinox.bidi.custom,
- org.eclipse.equinox.bidi.internal;x-internal:=true,
+ org.eclipse.equinox.bidi.internal;x-friends:="org.eclipse.equinox.bidi.tests",
org.eclipse.equinox.bidi.internal.consumable;x-internal:=true
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.6.0",
org.eclipse.equinox.registry;bundle-version="3.5.0"

Back to the top