2015-02-17 10:32:24 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
2015-04-17 11:19:19 +02:00
|
|
|
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.process;singleton:=true
|
2024-12-18 12:58:33 -05:00
|
|
|
Bundle-Version: 4.9.200.qualifier
|
2015-04-17 11:19:19 +02:00
|
|
|
Bundle-Activator: org.eclipse.tm.terminal.connector.process.activator.UIPlugin
|
2015-02-17 10:32:24 +01:00
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native,
|
|
|
|
org.eclipse.cdt.utils.spawner;mandatory:=native
|
2021-04-23 16:35:43 -04:00
|
|
|
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
|
2015-02-17 10:32:24 +01:00
|
|
|
org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional,
|
|
|
|
org.eclipse.core.runtime;bundle-version="3.8.0",
|
2018-08-28 20:48:51 -04:00
|
|
|
org.eclipse.tm.terminal.view.core;bundle-version="4.5.0";resolution:=optional,
|
|
|
|
org.eclipse.tm.terminal.view.ui;bundle-version="4.5.0";resolution:=optional,
|
|
|
|
org.eclipse.tm.terminal.control;bundle-version="4.5.0",
|
2015-02-17 10:32:24 +01:00
|
|
|
org.eclipse.ui;bundle-version="3.8.0"
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2015-02-17 10:32:24 +01:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Localization: plugin
|
2015-04-17 11:19:19 +02:00
|
|
|
Export-Package: org.eclipse.tm.terminal.connector.process,
|
|
|
|
org.eclipse.tm.terminal.connector.process.activator;x-internal:=true,
|
|
|
|
org.eclipse.tm.terminal.connector.process.help,
|
|
|
|
org.eclipse.tm.terminal.connector.process.nls;x-internal:=true
|
2020-02-15 22:32:24 +02:00
|
|
|
Automatic-Module-Name: org.eclipse.tm.terminal.connector.process
|