Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2017-03-01 19:50:23 +0000
committerJeff Johnston2017-03-01 20:18:25 +0000
commitc8d5ae7cdaced2c106b3b0309f676477968fa08e (patch)
tree839fe7c62a407bc1b45a515dd2c0d345da789319 /containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties
parent5887a2ac6508da72829e8450d3b82af5f1abaa47 (diff)
downloadorg.eclipse.linuxtools-c8d5ae7cdaced2c106b3b0309f676477968fa08e.tar.gz
org.eclipse.linuxtools-c8d5ae7cdaced2c106b3b0309f676477968fa08e.tar.xz
org.eclipse.linuxtools-c8d5ae7cdaced2c106b3b0309f676477968fa08e.zip
Bug 512917 - CDT Container launcher fails for unnamed Connection
- fix DockerConnection.getName() to return "<unnamed>" as default name for a Connection that does not have a name such as one that is discovered via the DOCKER_HOST environment variable setting Change-Id: I9d338db3a6db76190f5019a17c0e9da379ee58eb Reviewed-on: https://git.eclipse.org/r/92121 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties')
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties b/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties
index 8bf4462ff0..4d5b5fb4a4 100644
--- a/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties
+++ b/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/docker/core/Messages.properties
@@ -1,5 +1,5 @@
#################################################################################
-# Copyright (c) 2014, 2015 Red Hat.
+# Copyright (c) 2014, 2015, 2017 Red Hat.
# 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
@@ -9,6 +9,7 @@
# Red Hat - Initial Contribution
#################################################################################
Default_Name=Default Local
+Unnamed=<unnamed>
Image_Not_Found_Header=Image not found:
Image_Pull_Failed_Header=Image pull failed:
Image_Push_Failed_Header=Image push failed:

Back to the top