Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-09-06 17:33:41 +0000
committerJohn Arthorne2007-09-06 17:33:41 +0000
commitcf3904ed9a94b52f0fb875eb2bffd9bfcb0f9f7a (patch)
treecdae884cc4cb92a1ac484d9c2c82af6169529125 /bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
parent1a4d2d982914fc928d2155f8ef8e0c9d643678cc (diff)
downloadrt.equinox.p2-cf3904ed9a94b52f0fb875eb2bffd9bfcb0f9f7a.tar.gz
rt.equinox.p2-cf3904ed9a94b52f0fb875eb2bffd9bfcb0f9f7a.tar.xz
rt.equinox.p2-cf3904ed9a94b52f0fb875eb2bffd9bfcb0f9f7a.zip
Added missing package exports
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
index 5acf4fb34..ed5000135 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
@@ -14,3 +14,5 @@ Import-Package: org.eclipse.equinox.configuratormanipulator,
org.osgi.service.startlevel;version="1.0.0",
org.osgi.util.tracker
Bundle-Vendor: %providerName
+Export-Package: org.eclipse.equinox.internal.simpleconfigurator.utils;x-internal:=true,
+ org.eclipse.equinox.simpleconfigurator.manipulator.internal;x-internal:=true

Back to the top