Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/org.eclipse.cdt.util/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF b/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF
index 916790f033d..19c88d313c6 100644
--- a/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF
+++ b/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF
@@ -8,3 +8,4 @@ Require-Bundle: org.eclipse.cdt.core,
org.junit,
org.eclipse.core.runtime,
org.eclipse.core.resources
+Export-Package: org.eclipse.cdt.internal.core.parser.util

Back to the top