| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: Builder Plug-in |
| Bundle-SymbolicName: org.eclipse.objectteams.otdt.test.builder;singleton:=true |
| Bundle-Version: 1.3.0 |
| Bundle-ClassPath: otdt-buildertests.jar |
| Bundle-Activator: org.eclipse.objectteams.otdt.test.builder.BuilderTestPlugin |
| Bundle-Vendor: objectteams.org |
| Export-Package: org.eclipse.objectteams.otdt.test.builder |
| Require-Bundle: org.junit, |
| org.eclipse.core.runtime, |
| org.eclipse.core.resources, |
| org.eclipse.jdt.core.tests.builder, |
| org.eclipse.objectteams.otdt, |
| org.eclipse.objectteams.otdt.compiler.adaptor, |
| org.eclipse.jdt.core.tests.compiler, |
| org.eclipse.jdt.core, |
| org.eclipse.test.performance, |
| org.eclipse.objectteams.otdt.tests, |
| org.objectteams.otequinox |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |