Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-05-06 21:28:12 +0000
committerJohn Cortell2010-05-06 21:28:12 +0000
commitbd095471660b1cc96bd57e01f18f4487e1d0c5bd (patch)
treed6fb95f3c1eb7249510aa9e576d87e2485229193 /dsf-gdb/org.eclipse.cdt.dsf.gdb.ui
parente42056257a03ec17cb27262a997b6ff1ba07bbd2 (diff)
downloadorg.eclipse.cdt-bd095471660b1cc96bd57e01f18f4487e1d0c5bd.tar.gz
org.eclipse.cdt-bd095471660b1cc96bd57e01f18f4487e1d0c5bd.tar.xz
org.eclipse.cdt-bd095471660b1cc96bd57e01f18f4487e1d0c5bd.zip
befriend jtag plugin to let it avoid warnings
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.dsf.gdb.ui')
-rw-r--r--dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/META-INF/MANIFEST.MF b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/META-INF/MANIFEST.MF
index 862bec2a3e0..9f570bcf503 100644
--- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/META-INF/MANIFEST.MF
+++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/META-INF/MANIFEST.MF
@@ -28,7 +28,7 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.cdt.dsf.gdb.internal.ui.actions;x-internal:=true,
org.eclipse.cdt.dsf.gdb.internal.ui.breakpoints;x-internal:=true,
- org.eclipse.cdt.dsf.gdb.internal.ui.launching;x-internal:=true,
+ org.eclipse.cdt.dsf.gdb.internal.ui.launching;x-friends:="org.eclipse.cdt.debug.gdbjtag.ui",
org.eclipse.cdt.dsf.gdb.internal.ui.tracepointactions;x-internal:=true,
org.eclipse.cdt.dsf.gdb.internal.ui.viewmodel;x-internal:=true,
org.eclipse.cdt.dsf.gdb.internal.ui.viewmodel.launch;x-internal:=true

Back to the top