1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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-11
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
Automatic-Module-Name: org.eclipse.linuxtools.tools.launch.core
|