From d80202678fa6daad814b8e126d7b8cf501cdb0b5 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Mon, 21 Apr 2014 16:08:48 -0400 Subject: [PATCH] Missing export to o.e.cdt.ui Signed-off-by: Marc Khouzam --- core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF index 851d02f1ab0..eb04f4a6d2b 100644 --- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF @@ -9,6 +9,7 @@ Bundle-Localization: plugin Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true, org.eclipse.cdt.internal.corext.codemanipulation;x-internal:=true, org.eclipse.cdt.internal.corext.fix;x-internal:=true, + org.eclipse.cdt.internal.corext.refactoring.code.flow;x-internal:=true, org.eclipse.cdt.internal.corext.template.c;x-internal:=true, org.eclipse.cdt.internal.corext.util;x-friends:="org.eclipse.cdt.codan.ui", org.eclipse.cdt.internal.ui;x-friends:="org.eclipse.cdt.debug.edc.tests",