Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kucera2008-04-07 22:45:08 +0000
committerMike Kucera2008-04-07 22:45:08 +0000
commit83cc247f9cf70834f9584bcfaf363545b985c57b (patch)
treec039835aa9ace13512cb4212fb24533de00ec85c /lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF
parent97a10ee586ea2b454c3617b26c121e7479b7e7fe (diff)
downloadorg.eclipse.cdt-83cc247f9cf70834f9584bcfaf363545b985c57b.tar.gz
org.eclipse.cdt-83cc247f9cf70834f9584bcfaf363545b985c57b.tar.xz
org.eclipse.cdt-83cc247f9cf70834f9584bcfaf363545b985c57b.zip
adapting the UPC plugin to the new LR parser (work in progress)
Diffstat (limited to 'lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF b/lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF
index 437fcd4d0bc..88b1935a825 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF
+++ b/lrparser/org.eclipse.cdt.core.lrparser/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@ Require-Bundle: org.eclipse.cdt.core,
org.eclipse.core.runtime
Export-Package: org.eclipse.cdt.core.dom.lrparser,
org.eclipse.cdt.core.dom.lrparser.action,
+ org.eclipse.cdt.core.dom.lrparser.action.c99,
org.eclipse.cdt.core.dom.lrparser.c99,
org.eclipse.cdt.core.dom.lrparser.cpp,
org.eclipse.cdt.internal.core.dom.lrparser.c99;x-internal:=true

Back to the top