Fix unexpected error when no value of <name> tag in config.xml 46/41646/2 accepted/tizen/mobile/20150618.040522 accepted/tizen/tv/20150618.040537 accepted/tizen/wearable/20150618.040552 submit/tizen/20150618.021950
authorInhwan Lee <ideal.lee@samsung.com>
Wed, 17 Jun 2015 07:26:43 +0000 (16:26 +0900)
committerPawel Sikorski <p.sikorski@samsung.com>
Wed, 17 Jun 2015 08:18:05 +0000 (01:18 -0700)
commit0f7734e695687a44a02f773a5c4170d9cf28875e
tree8a9cad0e5671897dbf71d95db31f2f91ea28a1dc
parent910d974170857d3c03b79d330d3440f96dd49e0f
Fix unexpected error when no value of <name> tag in config.xml

When there is no  <name> tag in config.xml,
installer occur error unexpected because of empty string of manifest->uiapplication->label

Fix there are no <name> tag in config.xml, no <label> in manifest file

JIRA issue : http://168.219.209.56/jira/browse/XWALK-384

Change-Id: I236217e262faaaff6af3f2931568121ede51bbe8
src/common/step/step_generate_xml.cc
src/wgt/step/step_parse.cc