mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
14 lines
448 B
Text
14 lines
448 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.tm.terminal.ssh;singleton:=true
|
|
Bundle-Version: 0.9.1.qualifier
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.tm.terminal,
|
|
org.eclipse.ui,
|
|
com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)"
|
|
Eclipse-LazyStart: true
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|