Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.remote.core/src/org/eclipse/tcf/te/tcf/remote/core/Messages.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.remote.core/src/org/eclipse/tcf/te/tcf/remote/core/Messages.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.remote.core/src/org/eclipse/tcf/te/tcf/remote/core/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.remote.core/src/org/eclipse/tcf/te/tcf/remote/core/Messages.properties
new file mode 100644
index 000000000..9eab18acc
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.remote.core/src/org/eclipse/tcf/te/tcf/remote/core/Messages.properties
@@ -0,0 +1,20 @@
+################################################################################
+# Copyright (c) 2014 Wind River Systems, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Markus Schorn - initial API and implementation
+################################################################################
+TCFConnection_errorNoCommandShell=Command shell is not supported.
+TCFConnection_errorNoEnvironment=Cannot obtain environment
+TCFConnection_notifyListeners=Notify Listeners
+TCFConnectionBase_errorNoPortForwarding=Port forwarding is not supported.
+TCFConnectionManager_errorCannotConnect=Cannot establish connection
+TCFConnectionManager_errorNoCreateConnection=Creating a new TCF remote connection is not supported.
+TCFFileManager_errorFileStoreForPath=Cannot create file store
+TCFProcessBuilder_errorConnectionClosed=Connection {0} is not open
+TCFProcessBuilder_errorLaunchingProcess=Cannot launch remote process
+TCFProcessBuilder_errorNoCommand=No command specified

Back to the top