[Title] fixed build break
authorGun Kim <gune.kim@samsung.com>
Wed, 22 May 2013 08:13:46 +0000 (17:13 +0900)
committerGun Kim <gune.kim@samsung.com>
Wed, 22 May 2013 08:13:46 +0000 (17:13 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Iefb23006e2631bd3b25c09ebbb03001bfa1385d1

org.tizen.common.connection/src/org/tizen/common/connection/debugtools/OnDemandInstall.java

index 3edcfc0..a35d1ba 100644 (file)
@@ -271,7 +271,6 @@ public class OnDemandInstall {
             result = getResult(cmd);
             if (CMD_RESULT_SUCCESS.equals(result) == false) {
                 logger.error(NLS.bind(OnDemandInstallMessages.CANNOT_INSTALL_TOOL, tool, cmd + " (exitcode: " + result + ")"));
-                return false;
             } else {
                 verbose("Deployed: " + tool);
             }