Fix wrong manifest xml file name 11/35511/4
authorYoumin Ha <youmin.ha@samsung.com>
Tue, 17 Feb 2015 02:52:55 +0000 (11:52 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Mon, 23 Feb 2015 08:53:20 +0000 (17:53 +0900)
commit24f138e3e28dc805f10fbf30ee438b6472b4f22a
treee371b8a62803c906e4715caf31c3cf861c50676d
parent80d349ac68dcbb7a9c1fa736e019d85e25642363
Fix wrong manifest xml file name

The manifest file name is wrong. Desired xml filename is
'org.tizen.hello.xml', but the current implementation removes last
extension and put '.xml' at the end.
This commit fixes the name of the generated manifest xml file.
For wgt packages, '*.wgt.xml' is present, but that's not the issue.

Change-Id: I57e2506898f17c0853fa42f3172225b69cd9819c
Signed-Off-By: Youmin Ha <youmin.ha@samsung.com>
src/common/step/step_generate_xml.cc
src/common/step/step_parse.cc