| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name.0 |
| Bundle-SymbolicName: org.eclipse.linuxtools.valgrind.tests |
| Bundle-Version: 1.0.0.qualifier |
| Bundle-Vendor: %Bundle-Vendor.0 |
| Bundle-Localization: plugin |
| Bundle-ActivationPolicy: lazy |
| Require-Bundle: org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.junit;bundle-version="4.7.0" |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Import-Package: org.eclipse.cdt.core.model, |
| org.eclipse.cdt.launch, |
| org.eclipse.core.resources, |
| org.eclipse.debug.core, |
| org.eclipse.debug.core.model, |
| org.eclipse.debug.ui, |
| org.eclipse.linuxtools.internal.valgrind.core, |
| org.eclipse.linuxtools.internal.valgrind.launch, |
| org.eclipse.linuxtools.profiling.launch, |
| org.eclipse.linuxtools.profiling.tests, |
| org.eclipse.linuxtools.valgrind.launch |
| Export-Package: org.eclipse.linuxtools.internal.valgrind.tests |
| Automatic-Module-Name: org.eclipse.linuxtools.valgrind.tests |