Fixed restore /shared/res directory during update hybrid web app.
authorSoyoung Kim <sy037.kim@samsung.com>
Fri, 16 Aug 2013 04:36:16 +0000 (13:36 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 16 Aug 2013 05:00:39 +0000 (05:00 +0000)
commitc288df63fd79a67d75f8cf4d3c6ebea703b6ea19
treeffd9a9dff36e0625314c08377b2dccb27743f851
parent5648b425aee1ff54323d1c149d01535233c438c0
Fixed restore /shared/res directory during update hybrid web app.

[Issue#] P130809-02632
[Problem] icon doesn't update after update hybrid web app.
[Cause] icon files is in shred/res directory at hybrid web app.
But shared/res directory was restored to original directory during update.
So new icon file is missing.
[Solution] shared/res directory should not restore during update logic.
[SCMRequest] N/A

Change-Id: Iad574356177b4ef6ed9d6dd7c06cdd34332c7b89
src/jobs/widget_install/task_file_manipulation.cpp
src/misc/widget_location.cpp
src/misc/widget_location.h