| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.objectteams.otequinox;singleton:=true |
| Bundle-Version: 2.3.0.qualifier |
| Bundle-Activator: org.eclipse.objectteams.otequinox.TransformerPlugin |
| Bundle-Vendor: %providerName |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.objectteams.runtime;bundle-version="2.3.0";visibility:=reexport, |
| org.eclipse.objectteams.otre;bundle-version="2.3.0", |
| org.eclipse.objectteams.otredyn;bundle-version="0.8.0", |
| org.eclipse.osgi;bundle-version="3.10.0", |
| org.eclipse.equinox.ds;bundle-version="1.4.100", |
| org.eclipse.jdt.annotation;bundle-version="[1.1.0,2.0.0)";resolution:=optional, |
| org.objectweb.asm;bundle-version="5.0.1" |
| Import-Package: org.osgi.service.component;version="1.2.0" |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.objectteams.otequinox |