2006-10-04 01:28:30 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true
|
2009-11-06 15:25:20 +00:00
|
|
|
Bundle-Version: 3.0.100.qualifier
|
2007-02-15 05:38:15 +00:00
|
|
|
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
2006-10-04 01:28:30 +00:00
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
2007-02-15 01:40:32 +00:00
|
|
|
org.eclipse.ui
|
2008-02-01 13:16:09 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2006-10-04 01:28:30 +00:00
|
|
|
Eclipse-LazyStart: true
|
2008-04-11 17:37:14 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
|
|
|
|
J2SE-1.4
|
2006-12-01 03:08:19 +00:00
|
|
|
Bundle-ClassPath: .
|
2008-04-04 13:52:27 +00:00
|
|
|
Export-Package: org.eclipse.tm.internal.terminal.connector;x-friends:="org.eclipse.tm.terminal.test",
|
|
|
|
org.eclipse.tm.internal.terminal.control;x-friends:="org.eclipse.tm.terminal.view",
|
2008-04-25 20:14:53 +00:00
|
|
|
org.eclipse.tm.internal.terminal.control.actions;x-friends:="org.eclipse.tm.terminal.view",
|
2007-10-09 15:22:33 +00:00
|
|
|
org.eclipse.tm.internal.terminal.control.impl;x-friends:="org.eclipse.tm.terminal.test",
|
2007-09-19 02:11:40 +00:00
|
|
|
org.eclipse.tm.internal.terminal.emulator;x-friends:="org.eclipse.tm.terminal.test",
|
|
|
|
org.eclipse.tm.internal.terminal.model;x-friends:="org.eclipse.tm.terminal.test",
|
2008-04-25 20:14:53 +00:00
|
|
|
org.eclipse.tm.internal.terminal.provisional.api;
|
|
|
|
x-friends:="org.eclipse.tm.terminal.serial,
|
|
|
|
org.eclipse.tm.terminal.ssh,
|
|
|
|
org.eclipse.tm.terminal.telnet,
|
|
|
|
org.eclipse.tm.terminal.view,
|
|
|
|
org.eclipse.tm.terminal.test",
|
|
|
|
org.eclipse.tm.internal.terminal.provisional.api.provider;
|
|
|
|
x-friends:="org.eclipse.tm.terminal.serial,
|
|
|
|
org.eclipse.tm.terminal.ssh,
|
|
|
|
org.eclipse.tm.terminal.telnet,
|
|
|
|
org.eclipse.tm.terminal.test",
|
2007-09-19 02:11:40 +00:00
|
|
|
org.eclipse.tm.internal.terminal.textcanvas;x-friends:="org.eclipse.tm.terminal.test",
|
|
|
|
org.eclipse.tm.terminal.model
|