mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
18 lines
726 B
Text
18 lines
726 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name.1
|
|
Bundle-SymbolicName: org.eclipse.cdt.core.lrparser;singleton:=true
|
|
Bundle-Version: 4.0.1.qualifier
|
|
Bundle-ClassPath: .
|
|
Require-Bundle: org.eclipse.cdt.core,
|
|
net.sourceforge.lpg.lpgjavaruntime;bundle-version="1.1.0";visibility:=reexport,
|
|
org.eclipse.core.runtime,
|
|
org.apache.ant;bundle-version="1.7.0"
|
|
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
|
|
Bundle-Localization: plugin
|
|
Bundle-Vendor: %Bundle-Vendor.0
|