blob: 4ad12f449929e83b78d5141ef09711af20082113 [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECL Parser
Bundle-SymbolicName: org.eclipse.rcptt.ecl.parser;singleton:=true
Bundle-Version: 1.5.3.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