1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00
cdt/terminal
Michael Scharf c91dfb4717 bug 200541: [terminal][api] TerminalConnectorProxy class should be removed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=200541
The attached patch contains the following changes:
- ITerminalConnectorInfo is gone
- ITerminalConnector is now the client interface
- the implmentation is in org.eclipse.tm.internal.terminal.connector.TerminalConnector
  (was TerminalConnectorExtension.TerminalConnectorProxy)
- TerminalConnector is adaptable and can be adapted to the TerminalConnectorImpl
- the terminalConnector extension now requires extensions to implement TerminalConnectorImpl
  (was ITerminalConnector before)
- a test added for TerminalConnector
2008-04-04 13:52:27 +00:00
..
org.eclipse.tm.terminal bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
org.eclipse.tm.terminal-feature [cleanup] Remove tmMilestoneSiteName in features 2008-02-29 11:24:47 +00:00
org.eclipse.tm.terminal.sdk-feature [cleanup] Fix plugin sizes in feature.xml 2008-03-28 13:54:17 +00:00
org.eclipse.tm.terminal.serial bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
org.eclipse.tm.terminal.serial-feature [cleanup] Remove tmMilestoneSiteName in features 2008-02-29 11:24:47 +00:00
org.eclipse.tm.terminal.ssh bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
org.eclipse.tm.terminal.ssh-feature [cleanup] Remove tmMilestoneSiteName in features 2008-02-29 11:24:47 +00:00
org.eclipse.tm.terminal.telnet bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
org.eclipse.tm.terminal.telnet-feature [cleanup] Fix plugin sizes in feature.xml 2008-03-28 13:54:17 +00:00
org.eclipse.tm.terminal.test bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
org.eclipse.tm.terminal.test-feature [cleanup] Remove tmMilestoneSiteName in features 2008-02-29 11:24:47 +00:00
org.eclipse.tm.terminal.view bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
org.eclipse.tm.terminal.view-feature [cleanup] Remove tmMilestoneSiteName in features 2008-02-29 11:24:47 +00:00
readme.txt Adding readme.txt repository info 2007-05-03 08:15:29 +00:00

The "terminal" folder holds the DSDP-TM Terminal Component.
Its core depends on Eclipse RCP only and can be adapted to eRCP.
All these CVS modules should be named "org.eclipse.tm.terminal.*".
See http://www.eclipse.org/dsdp/tm