Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-24 13:30:57 +0000
committerUwe Stieber2011-10-24 13:36:03 +0000
commit8937fc15ae552346c3afe7cba2fa798a882a80f4 (patch)
treec92287453882cf76118d291c12e04dd895b3dd08 /target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties
parent2625908f8a15cc54ea8acac3ff2134618cab133b (diff)
downloadorg.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.tar.gz
org.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.tar.xz
org.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.zip
Target Explorer: Added connection type, connection type bindings and connect strategy extension points and related stepper framework
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties
index 9b32216a4..82fe11e75 100644
--- a/target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties
+++ b/target_explorer/plugins/org.eclipse.tm.te.runtime.services/src/org/eclipse/tm/te/runtime/services/nls/Messages.properties
@@ -2,3 +2,8 @@
# org.eclipse.tm.te.runtime.services
# Externalized Strings.
#
+
+ServiceManager_warning_skippedConnectionTypeService=Skipped connection type service contributions from contributor ''{0}''. \
+Reason: Missing mandatory connection type id.
+ServiceManager_warning_failedToLoadServiceType=Cannot create service type ''{0}'' for service ''{1}''.
+ServiceManager_warning_failedToBindService=Failed to bind service ''{0}'' to id ''{1}''.

Back to the top