| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: ECL Parser |
| Bundle-SymbolicName: org.eclipse.rcptt.ecl.parser;singleton:=true |
| Bundle-Version: 1.5.2.qualifier |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.rcptt.ecl.core, |
| org.antlr.runtime;bundle-version="[3.2.0,3.3.0)" |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.rcptt.ecl.gen.ast, |
| org.eclipse.rcptt.ecl.internal.parser;x-friends:="org.eclipse.rcptt.ecl.parser.test", |
| org.eclipse.rcptt.ecl.parser |
| Bundle-Activator: org.eclipse.rcptt.ecl.internal.parser.EclParserPlugin |
| Bundle-Vendor: Eclipse RCP Testing Tool Project |