Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-04-25 18:50:37 +0000
committerJohn Arthorne2008-04-25 18:50:37 +0000
commit37b06c0ade9ce07acc5dcb35eebc7dedaf497536 (patch)
tree3213a155ba6cfc6508892930c0275f8cbfcc3262 /bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
parent213a4fac5db2da02135402146d924b6685af5be8 (diff)
downloadrt.equinox.p2-37b06c0ade9ce07acc5dcb35eebc7dedaf497536.tar.gz
rt.equinox.p2-37b06c0ade9ce07acc5dcb35eebc7dedaf497536.tar.xz
rt.equinox.p2-37b06c0ade9ce07acc5dcb35eebc7dedaf497536.zip
Bug 219048 [prov] internal.provisional packages should be x-internal:=true
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
index 22144675e..e604c7161 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -14,6 +14,6 @@ Import-Package: org.eclipse.osgi.framework.console;version="1.0.0";resolution:=o
org.osgi.service.packageadmin;version="1.2.0",
org.osgi.service.startlevel;version="1.0.0",
org.osgi.util.tracker;version="1.3.0"
-Export-Package: org.eclipse.equinox.internal.provisional.configurator
+Export-Package: org.eclipse.equinox.internal.provisional.configurator;x-friends:="org.eclipse.equinox.p2.reconciler.dropins,org.eclipse.equinox.p2.console,org.eclipse.equinox.p2.ui"
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4

Back to the top