2007-04-27 02:03:40 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %Bundle-Name.1
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.core.parser.upc;singleton:=true
|
2009-01-09 16:05:12 +00:00
|
|
|
Bundle-Version: 5.1.0.qualifier
|
2007-04-27 02:03:40 +00:00
|
|
|
Bundle-ClassPath: .
|
|
|
|
Require-Bundle: org.eclipse.cdt.core,
|
|
|
|
net.sourceforge.lpg.lpgjavaruntime;bundle-version="1.1.0";visibility:=reexport,
|
|
|
|
org.eclipse.core.runtime,
|
2008-05-23 18:57:21 +00:00
|
|
|
org.eclipse.cdt.core.lrparser;bundle-version="5.0.0"
|
2007-04-27 02:03:40 +00:00
|
|
|
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,
|
|
|
|
org.eclipse.cdt.internal.core.dom.parser.upc.ast;x-internal:=true
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-Vendor: %Bundle-Vendor.0
|
2014-01-23 17:52:37 -08:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|