tpk: Replace common StepGenerateXml to new StepCopyManifestXml 69/43369/4 accepted/tizen/mobile/20150710.080317 accepted/tizen/tv/20150710.080329 accepted/tizen/wearable/20150710.080343 submit/tizen/20150710.061944
authorYoumin Ha <youmin.ha@samsung.com>
Wed, 8 Jul 2015 07:49:49 +0000 (16:49 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Fri, 10 Jul 2015 05:01:18 +0000 (22:01 -0700)
commit8ec07899a12f5814f2240c225839bd7aa46339ab
tree9f153dd501fdad90a2aa66712809d9584868629a
parent970b367985a3b7565cefaa413c94377a4f6e9cc4
tpk: Replace common StepGenerateXml to new StepCopyManifestXml

Current common StepGenerateXml doesn't recover full spec of the original
xml. This commit directly copies the original tizen-manifest.xml to the
destination directory.
This commit fixes the TCT failure, which can't install the TCT apps.

Change-Id: Ic6568509e864c79247c7cc16f5ca9cafc3324d8f
Signed-off-by: Youmin Ha <youmin.ha@msamsung.com>
packaging/app-installers.spec
src/common/pkgmgr_registration.cc
src/common/step/step_generate_xml.cc
src/tpk/CMakeLists.txt
src/tpk/step/step_copy_manifest_xml.cc [new file with mode: 0644]
src/tpk/step/step_copy_manifest_xml.h [new file with mode: 0644]
src/tpk/step/step_create_symbolic_link.cc
src/tpk/task.cc