CONFIGURATION: Fixed required version 15/18815/1
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Tue, 1 Apr 2014 11:09:31 +0000 (20:09 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Tue, 1 Apr 2014 11:09:31 +0000 (20:09 +0900)
Change-Id: Ia9d90cdea68a850236c5205da1ef1981a2a95a6d
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
org.tizen.ncli.ide/src/org/tizen/ncli/ide/subcommands/CreateWebProjectCommand.java

index bde4e88..0a5439e 100644 (file)
@@ -679,7 +679,7 @@ public class CreateWebProjectCommand extends AbstractSubCommand<CreateProjectCom
             configurator.setName(projectName, null);
 
             // Setting appid of configuration for new project
-            configurator.setApplication(projectName, null, 0);
+            configurator.setApplication(projectName, null, "");
 
             // save
             try