Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5d3736ca34ccb92bd3e21f2e543758ee35a6d0ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.te.ui.terminals.telnet;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.ui.terminals.telnet.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
 org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.equinox.security;bundle-version="1.1.100",
 org.eclipse.tcf.te.runtime;bundle-version="1.3.0",
 org.eclipse.tcf.te.runtime.services;bundle-version="1.3.0",
 org.eclipse.tcf.te.ui;bundle-version="1.3.0",
 org.eclipse.tcf.te.ui.terminals;bundle-version="1.3.0",
 org.eclipse.tcf.te.ui.controls;bundle-version="1.3.0",
 org.eclipse.tcf.te.ui.swt;bundle-version="1.3.0",
 org.eclipse.tm.terminal;bundle-version="3.2.300",
 org.eclipse.tm.terminal.telnet;bundle-version="2.1.300",
 org.eclipse.ui;bundle-version="3.8.0",
 org.eclipse.ui.forms;bundle-version="3.5.200"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tcf.te.ui.terminals.telnet.activator;x-internal:=true,
 org.eclipse.tcf.te.ui.terminals.telnet.controls,
 org.eclipse.tcf.te.ui.terminals.telnet.launcher,
 org.eclipse.tcf.te.ui.terminals.telnet.nls;x-internal:=true,
 org.eclipse.tcf.te.ui.terminals.telnet.types

Back to the top