mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[180602] [api] Remove Communications Daemon and associated classes. Get rid of all associated messages and F1 help as well.
This commit is contained in:
parent
364077fab3
commit
7d4bb4f754
3 changed files with 0 additions and 15 deletions
|
@ -930,15 +930,6 @@ Click the <b>Clear Cached Files</b> button to remove all cached files. Clearing
|
|||
</description>
|
||||
</context>
|
||||
|
||||
<!-- RSE Communications daemon action -->
|
||||
<context id="dmna0000">
|
||||
<description>This action starts and stops the local Remote System Explorer (RSE) communications daemon. This daemon is not directly used by individual RSE connections. Instead it allows local Workbench functions to accept incoming socket requests from remote systems. You can set the daemon to automatically start and configure the port used by the daemon in the Workbench preferences under Remote Systems->Communications.</description>
|
||||
<!-- FIXME need to add these htm files to user doc
|
||||
<topic href="../org.eclipse.rse.doc.user/reference/rports.htm" label="Port information for Development Studio Client" />
|
||||
<topic href="../org.eclipse.rse.doc.user/reference/rprefcom.htm" label="Preferences: communications" />
|
||||
-->
|
||||
</context>
|
||||
|
||||
<!-- Work offline support -->
|
||||
<context id="wofa0000">
|
||||
<description>The Work Offline action toggles the connection between offline and online modes. In offline mode information is retrieved from the cache if available and supported by the connection type. If the action currently has a check mark beside it then the connection is offline and selecting this action will put the connection in online mode so it can be connected to the remote system.</description>
|
||||
|
|
|
@ -394,8 +394,6 @@ public interface ISystemMessages
|
|||
public static final String MSG_COMM_ENVVAR_DUPLICATE = "RSEC2001"; //$NON-NLS-1$
|
||||
public static final String MSG_COMM_ENVVAR_NONAME = "RSEC2002"; //$NON-NLS-1$
|
||||
public static final String MSG_COMM_ENVVAR_INVALIDCHAR = "RSEC2004"; //$NON-NLS-1$
|
||||
|
||||
public static final String MSG_COMM_DAEMON_NOTSTARTED = "RSEC2201"; //$NON-NLS-1$
|
||||
|
||||
public static final String MSG_COMM_SERVER_NOTSTARTED = "RSEC2301"; //$NON-NLS-1$
|
||||
public static final String MSG_COMM_INVALID_LOGIN = "RSEC2302"; //$NON-NLS-1$
|
||||
|
|
|
@ -1305,10 +1305,6 @@ Contributors:
|
|||
<LevelOne>There are no tools installed which support saving password information.</LevelOne>
|
||||
<LevelTwo>The password information preference page is a centralized place for Workbench tools to save password information. Each tool registers and provides its own encryption algorithm. There are no tools installed that have registered with the password information preference page.</LevelTwo>
|
||||
</Message>
|
||||
<Message ID="2201" Indicator="E">
|
||||
<LevelOne>The RSE communications daemon could not be started.</LevelOne>
|
||||
<LevelTwo>The RSE communications daemon could not be started on port %1. Check that the port is free and restart the daemon or change the port used by the daemon using the Remote Systems -> Communications Workbench preference page.</LevelTwo>
|
||||
</Message>
|
||||
|
||||
<Message ID="2301" Indicator="E">
|
||||
<LevelOne>Unable to launch server on host %1.</LevelOne>
|
||||
|
|
Loading…
Add table
Reference in a new issue