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 /upc/org.eclipse.cdt.core.parser.upc/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 'upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF b/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF
index 5453cbb90e4..86e2baf533a 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF
+++ b/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-ClassPath: .
Require-Bundle: org.eclipse.cdt.core,
net.sourceforge.lpg.lpgjavaruntime;bundle-version="1.1.0";visibility:=reexport,
org.eclipse.core.runtime,
- org.eclipse.cdt.core.parser.c99
+ org.eclipse.cdt.core.lrparser;bundle-version="4.0.1"
Export-Package: org.eclipse.cdt.core.dom.upc,
org.eclipse.cdt.core.dom.upc.ast,
org.eclipse.cdt.internal.core.dom.parser.upc;x-internal:=true,

Back to the top