| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.bpel.apache.ode.runtime;singleton:=true | |
| Bundle-Version: 0.8.0.qualifier | |
| Bundle-Vendor: %providerName | |
| Bundle-Localization: plugin | |
| Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", | |
| org.eclipse.wst.server.core;bundle-version="[1.1.0,2.0.0)", | |
| org.eclipse.jst.server.generic.core;bundle-version="[1.0.305,2.0.0)", | |
| org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", | |
| org.eclipse.bpel.runtimes;bundle-version="0.8.0", | |
| org.eclipse.jst.server.core;bundle-version="[1.1.0,2.0.0)" | |
| Bundle-Activator: org.eclipse.bpel.apache.ode.runtime.OdePlugin | |
| Export-Package: org.eclipse.bpel.apache.ode.runtime | |
| Bundle-ActivationPolicy: lazy | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | |
| Import-Package: org.eclipse.bpel.runtimes |