From 0529788dfcdf3a16c735e7d4119982a27b43d1d4 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 15 May 2006 19:02:44 +0000 Subject: [PATCH] Bug 140933 - added search to exports list for now until the real APIs can be determined. --- core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF index 5c82fb642f7..62a1bb28d9e 100644 --- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF @@ -23,7 +23,9 @@ Export-Package: org.eclipse.cdt.internal.corext, org.eclipse.cdt.internal.ui.editor, org.eclipse.cdt.internal.ui.editor.asm, org.eclipse.cdt.internal.ui.filters, + org.eclipse.cdt.internal.ui.indexview, org.eclipse.cdt.internal.ui.preferences, + org.eclipse.cdt.internal.ui.search, org.eclipse.cdt.internal.ui.search.actions, org.eclipse.cdt.internal.ui.text, org.eclipse.cdt.internal.ui.text.c.hover,