diff --git a/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml b/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml index 013ac8185cc..a7f43984bcf 100644 --- a/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml +++ b/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml @@ -930,15 +930,6 @@ Click the Clear Cached Files button to remove all cached files. Clearing - - -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. - - - 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. diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemMessages.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemMessages.java index d3637eb4d90..fa8c1e28be8 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemMessages.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemMessages.java @@ -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$ diff --git a/rse/plugins/org.eclipse.rse.ui/systemmessages.xml b/rse/plugins/org.eclipse.rse.ui/systemmessages.xml index 3950dc3e026..962a57d797d 100644 --- a/rse/plugins/org.eclipse.rse.ui/systemmessages.xml +++ b/rse/plugins/org.eclipse.rse.ui/systemmessages.xml @@ -1305,10 +1305,6 @@ Contributors: There are no tools installed which support saving password information. 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. - - The RSE communications daemon could not be started. - 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. - Unable to launch server on host %1.