[Title] touch executable file of other build configrations right before the launch...
authorGun Kim <gune.kim@samsung.com>
Thu, 27 Jun 2013 10:24:56 +0000 (19:24 +0900)
committerGun Kim <gune.kim@samsung.com>
Thu, 27 Jun 2013 10:24:56 +0000 (19:24 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ib3f48e5874d9ed4049159897d61709e1a7d699d2

org.tizen.dynamicanalysis.ide.eplugin/src/org/tizen/dynamicanalysis/ide/eplugin/launch/TizenNativeApplicationDADelegate.java

index 5021b69..dcc3841 100644 (file)
@@ -191,6 +191,7 @@ public class TizenNativeApplicationDADelegate extends
                                                                        normalDeploy(monitor, project,
                                                                                        currentDevice, manifest, packager);
                                                                }
+                                                               NativeRdsDeployer.touchExecutableFile(project);
                                                        } catch (CoreException e) {
                                                                DALog.dlgErrorMessage(Labels.MESSAGE_ERROR,
                                                                                e.getMessage());