From 7b7c0e00fd344ffabaea7f6ff064df6466247336 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 2 Sep 2010 17:11:05 +0000 Subject: [PATCH] Fixed warnings (treated as errors now) --- core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF index 7d0b67d1c6d..4476127600d 100644 --- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF @@ -11,7 +11,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true, org.eclipse.cdt.internal.corext.fix;x-internal:=true, org.eclipse.cdt.internal.corext.template.c;x-internal:=true, org.eclipse.cdt.internal.corext.util;x-internal:=true, - org.eclipse.cdt.internal.ui;x-internal:=true, + org.eclipse.cdt.internal.ui;x-friends:="org.eclipse.cdt.debug.edc.tests", org.eclipse.cdt.internal.ui.actions;x-internal:=true, org.eclipse.cdt.internal.ui.browser.opentype;x-internal:=true, org.eclipse.cdt.internal.ui.buildconsole;x-internal:=true, @@ -57,7 +57,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true, org.eclipse.cdt.internal.ui.text.template;x-internal:=true, org.eclipse.cdt.internal.ui.text.util;x-internal:=true, org.eclipse.cdt.internal.ui.typehierarchy;x-internal:=true, - org.eclipse.cdt.internal.ui.util;x-friends:="org.eclipse.cdt.debug.ui", + org.eclipse.cdt.internal.ui.util;x-friends:="org.eclipse.cdt.debug.ui,org.eclipse.cdt.debug.edc.tests", org.eclipse.cdt.internal.ui.viewsupport;x-internal:=true, org.eclipse.cdt.internal.ui.wizards;x-internal:=true, org.eclipse.cdt.internal.ui.wizards.classwizard;x-internal:=true,