Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorJohn Cortell2009-11-16 22:10:42 +0000
committerJohn Cortell2009-11-16 22:10:42 +0000
commitb60a11baac777078efa4b520f57df81410cab5c9 (patch)
tree6b8581ecfa5e4bff06f9540ec8e642a41012a6da /launch
parent3a995bbbbaf83302eaf7a5ef8c336695b57062dd (diff)
downloadorg.eclipse.cdt-b60a11baac777078efa4b520f57df81410cab5c9.tar.gz
org.eclipse.cdt-b60a11baac777078efa4b520f57df81410cab5c9.tar.xz
org.eclipse.cdt-b60a11baac777078efa4b520f57df81410cab5c9.zip
Fixed EDC warnings
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
index a66ba7e0e1f..1e326edd9ee 100644
--- a/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
+++ b/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.launch,
org.eclipse.cdt.launch.internal;x-internal:=true,
- org.eclipse.cdt.launch.internal.ui;x-internal:=true,
+ org.eclipse.cdt.launch.internal.ui;x-friends:="org.eclipse.cdt.debug.edc.ui",
org.eclipse.cdt.launch.ui
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",

Back to the top