Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-08-14 20:38:15 +0000
committerJohn Arthorne2008-08-14 20:38:15 +0000
commitc8e21935d12c8037e1ef536835efc59e72f394d6 (patch)
tree98eb735adc07a0a82948a37541ea898704fb2aec /bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
parentdb5d8badbc5a2bb735d1af823dec9b502c24cd39 (diff)
downloadrt.equinox.p2-c8e21935d12c8037e1ef536835efc59e72f394d6.tar.gz
rt.equinox.p2-c8e21935d12c8037e1ef536835efc59e72f394d6.tar.xz
rt.equinox.p2-c8e21935d12c8037e1ef536835efc59e72f394d6.zip
Bug 243240 Simpleconfigurator should export all packages
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF5
1 files changed, 4 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 7960a263f..4911ea0a1 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -14,6 +14,9 @@ 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;x-friends:="org.eclipse.equinox.p2.reconciler.dropins,org.eclipse.equinox.p2.console,org.eclipse.equinox.p2.ui"
+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",
+ org.eclipse.equinox.internal.simpleconfigurator;x-internal:=true,
+ org.eclipse.equinox.internal.simpleconfigurator.console;x-internal:=true,
+ org.eclipse.equinox.internal.simpleconfigurator.utils;x-internal:=true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4

Back to the top