| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %bundleName |
| Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.launch.tests |
| Bundle-Version: 0.3.1.qualifier |
| Bundle-Activator: org.eclipse.linuxtools.oprofile.launch.tests.LaunchTestsPlugin |
| Bundle-Vendor: %bundleProvider |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.core.resources;bundle-version="3.4.1", |
| org.junit;bundle-version="3.8.2" |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Bundle-ActivationPolicy: lazy |
| Import-Package: org.eclipse.cdt.core.model, |
| org.eclipse.cdt.launch, |
| org.eclipse.debug.core, |
| org.eclipse.debug.ui, |
| org.eclipse.linuxtools.oprofile.core, |
| org.eclipse.linuxtools.oprofile.core.daemon, |
| org.eclipse.linuxtools.oprofile.launch, |
| org.eclipse.linuxtools.oprofile.launch.configuration, |
| org.eclipse.linuxtools.oprofile.launch.launching, |
| org.eclipse.linuxtools.profiling.launch, |
| org.eclipse.linuxtools.profiling.tests, |
| org.eclipse.swt, |
| org.eclipse.swt.layout, |
| org.eclipse.swt.widgets |
| Bundle-Localization: plugin |