Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.tcf.processes.core/src/org/eclipse/tm/te/tcf/processes/core/nls/Messages.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.processes.core/src/org/eclipse/tm/te/tcf/processes/core/nls/Messages.properties22
1 files changed, 0 insertions, 22 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.processes.core/src/org/eclipse/tm/te/tcf/processes/core/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tm.te.tcf.processes.core/src/org/eclipse/tm/te/tcf/processes/core/nls/Messages.properties
deleted file mode 100644
index 8153df0ae..000000000
--- a/target_explorer/plugins/org.eclipse.tm.te.tcf.processes.core/src/org/eclipse/tm/te/tcf/processes/core/nls/Messages.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# org.eclipse.tm.te.tcf.processes.core
-# Externalized Strings.
-#
-
-ProcessLauncher_error_channelConnectFailed=Failed to connect channel for peer ''{0}''.\n\nPossible Cause:\n{1}
-ProcessLauncher_error_channelNotConnected=Channel is not connected!
-ProcessLauncher_error_missingProcessPath=Illegal argument: Process image path must be specified!
-ProcessLauncher_error_missingRequiredService=Failed to get required service: {0}!
-ProcessLauncher_error_illegalNullArgument=Illegal argument: ''{0}'' has to be not null.
-ProcessLauncher_error_getEnvironmentFailed=Failed to get initial process environment from remote peer.
-ProcessLauncher_error_processLaunchFailed=Failed to launch remote process.\n\nProcess Path: {0}\nProcess Arguments: {1}
-ProcessLauncher_error_processTerminateFailed=Failed to terminate remote process.\n\nProcess Name: {0}
-ProcessLauncher_error_processSendSignalFailed=Failed to send signal {0} to process.\n\nProcess Name: {1}
-ProcessLauncher_error_possibleCause=\n\nPossible Cause:\n{0}
-ProcessLauncher_cause_subscribeFailed=Failed to subscribe to the remote process streams service.
-ProcessLauncher_cause_startFailed=Failed to start remote process.
-ProcessLauncher_cause_ioexception=An IOException occurred.
-
-ProcessStreamReaderRunnable_error_readFailed=Failed to read data from stream with id ''{0}''.\n\nPossible Cause:\n{1}
-ProcessStreamWriterRunnable_error_writeFailed=Failed to write data to stream with id ''{0}''.\n\nPossible Cause:\n{1}
-ProcessStreamReaderRunnable_error_appendFailed=Failed to append data from stream with id ''{0}'' to data receiver.\n\nLost data:\n{1}.

Back to the top