| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %bundleName |
| Bundle-SymbolicName: org.eclipse.linuxtools.tools.launch.core;singleton:=true |
| Bundle-Version: 3.3.0.qualifier |
| Bundle-Vendor: %provider |
| Bundle-Localization: plugin |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.cdt.core.native, |
| org.eclipse.core.resources, |
| org.eclipse.ui;bundle-version="3.7.0", |
| org.eclipse.linuxtools.profiling.launch;bundle-version="0.10.0", |
| org.eclipse.core.filesystem;bundle-version="1.3.100", |
| com.jcraft.jsch |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.linuxtools.tools.launch.core,org.eclipse.l |
| inuxtools.tools.launch.core.factory,org.eclipse.linuxtools.tools.laun |
| ch.core.properties |