| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %bundleName |
| Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.core;singleton:=true |
| Bundle-Version: 3.0.0.qualifier |
| Bundle-Activator: org.eclipse.linuxtools.internal.oprofile.core.OprofileCorePlugin |
| Bundle-Vendor: %bundleProvider |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0", |
| org.eclipse.ui;bundle-version="3.4.0", |
| org.eclipse.linuxtools.tools.launch.core, |
| org.eclipse.linuxtools.profiling.launch;bundle-version="0.9.0", |
| org.eclipse.core.filesystem;bundle-version="1.3.100" |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Bundle-ClassPath: . |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.linuxtools.internal.oprofile.core,org.ecli |
| pse.linuxtools.internal.oprofile.core.daemon,org.eclipse.linuxtools.i |
| nternal.oprofile.core.linux,org.eclipse.linuxtools.internal.oprofile. |
| core.model,org.eclipse.linuxtools.internal.oprofile.core.opxml,org.ec |
| lipse.linuxtools.internal.oprofile.core.opxml.checkevent,org.eclipse. |
| linuxtools.internal.oprofile.core.opxml.info,org.eclipse.linuxtools.i |
| nternal.oprofile.core.opxml.modeldata,org.eclipse.linuxtools.internal |
| .oprofile.core.opxml.sessions |
| Bundle-Localization: plugin |
| Import-Package: org.eclipse.core.resources |
| Automatic-Module-Name: org.eclipse.linuxtools.oprofile.core |