1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 05:25:21 +02:00
cdt/terminal/org.eclipse.tm.terminal.ssh
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
..
.settings [cleanup] add compiler warning for missing parameter of standard javadoc tags 2008-03-28 13:24:14 +00:00
META-INF Manifest: migrate Eclipse-LazyStart to Bundle-ActivationPolicy 2008-02-01 13:16:09 +00:00
src/org/eclipse/tm/internal/terminal/ssh bug 200541: [terminal][api] TerminalConnectorProxy class should be removed 2008-04-04 13:52:27 +00:00
.classpath Fixed the neming scheme to use tm.internal.terminal instead of tm.terminal.internal 2007-02-15 05:38:15 +00:00
.cvsignore added bin to cvsignore 2007-02-08 23:50:39 +00:00
.project [cleanup] Switch on API Tooling checks for terminal and discovery 2008-03-16 20:19:58 +00:00
about.html Update about.html date for Europa 2007-05-29 20:30:45 +00:00
about.ini Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.mappings Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.properties [cleanup] fix copyright notices for 2008 2008-02-13 00:28:51 +00:00
build.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
eclipse32.png Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.properties [186136] [terminal] Terminal activates extensions too early 2007-05-16 20:38:23 +00:00
plugin.xml bug 199285: [terminal][api] TerminalConnector ID should be mandatory in plugin.xml 2007-10-03 01:05:11 +00:00