Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2012-05-11 14:14:23 +0000
committerMarc Khouzam2012-05-11 14:16:06 +0000
commit8970c47b9b97ec6dc3ba86a1d2168062985524b9 (patch)
tree49ceaa29ecb916e440e1cd0e55a6dd03c457670b /dsf/org.eclipse.cdt.dsf.ui/META-INF
parent0db9a0a9139f5259e237cfef3be74d341fe43b86 (diff)
downloadorg.eclipse.cdt-8970c47b9b97ec6dc3ba86a1d2168062985524b9.tar.gz
org.eclipse.cdt-8970c47b9b97ec6dc3ba86a1d2168062985524b9.tar.xz
org.eclipse.cdt-8970c47b9b97ec6dc3ba86a1d2168062985524b9.zip
Bug 317173: Remove unnecessary @SuppressWarnings and fix the warning properly instead.
Change-Id: I95965032351af4e709fe2debe476c3059d408ff9 Reviewed-on: https://git.eclipse.org/r/5945 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'dsf/org.eclipse.cdt.dsf.ui/META-INF')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/META-INF/MANIFEST.MF b/dsf/org.eclipse.cdt.dsf.ui/META-INF/MANIFEST.MF
index e72b7850fed..25dadc0dba0 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/META-INF/MANIFEST.MF
+++ b/dsf/org.eclipse.cdt.dsf.ui/META-INF/MANIFEST.MF
@@ -32,8 +32,8 @@ Export-Package: org.eclipse.cdt.dsf.debug.internal.ui;x-internal:=true,
org.eclipse.cdt.dsf.debug.internal.ui.disassembly.provisional;x-friends:="org.eclipse.cdt.dsf.gdb.ui",
org.eclipse.cdt.dsf.debug.internal.ui.disassembly.text;x-internal:=true,
org.eclipse.cdt.dsf.debug.internal.ui.disassembly.util;x-internal:=true,
- org.eclipse.cdt.dsf.debug.internal.ui.preferences;x-internal:=true,
- org.eclipse.cdt.dsf.debug.internal.ui.viewmodel;x-internal:=true,
+ org.eclipse.cdt.dsf.debug.internal.ui.preferences;x-friends:="org.eclipse.cdt.dsf.gdb.ui",
+ org.eclipse.cdt.dsf.debug.internal.ui.viewmodel;x-friends:="org.eclipse.cdt.dsf.gdb.ui",
org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.actions;x-friends:="org.eclipse.cdt.dsf.gdb.ui",
org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.detailsupport;x-internal:=true,
org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.numberformat.detail;x-internal:=true,

Back to the top