Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-12-02 18:22:30 +0000
committerJohn Arthorne2008-12-02 18:22:30 +0000
commit29a7dffb5c3ab3048686986905eeb14acd4bb2d3 (patch)
tree7d86d6c61977841207bac08cf22ae16901d0ab92 /bundles/org.eclipse.equinox.simpleconfigurator.manipulator
parentcb7f5c18b4f0d75e1a50cf49e7cc0e2199700269 (diff)
downloadrt.equinox.p2-29a7dffb5c3ab3048686986905eeb14acd4bb2d3.tar.gz
rt.equinox.p2-29a7dffb5c3ab3048686986905eeb14acd4bb2d3.tar.xz
rt.equinox.p2-29a7dffb5c3ab3048686986905eeb14acd4bb2d3.zip
Bug 256822 PDE wants a couple more x-friends
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator.manipulator')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 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 556894876..56cc9a369 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@ Import-Package: org.eclipse.equinox.internal.frameworkadmin.equinox,
org.osgi.service.startlevel;version="1.0.0",
org.osgi.util.tracker
Bundle-Vendor: %providerName
-Export-Package: org.eclipse.equinox.internal.provisional.simpleconfigurator.manipulator;x-internal:=true,
+Export-Package: org.eclipse.equinox.internal.provisional.simpleconfigurator.manipulator;x-friends:="org.eclipse.pde.core",
org.eclipse.equinox.internal.simpleconfigurator.manipulator;x-friends:="org.eclipse.equinox.p2.touchpoint.eclipse"
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4

Back to the top