The order of ui-application element in manifest.xml is changed
authorHoseon LEE <hoseon46.lee@samsung.com>
Sat, 5 Oct 2013 06:38:46 +0000 (15:38 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sat, 5 Oct 2013 08:25:34 +0000 (17:25 +0900)
commit7a603b25ea4b69960db528b3ef526a9a2c5c2452
treee3be6f0c6cdd2548f5fb445818083b12d5ba31fc
parent1458202c16bab10c6025c0927a54cf5ccfc16ee9
The order of ui-application element in manifest.xml is changed

[Issue#] P131004-00766
[Problem] The dbox execution file is selected to the main UI application by package manager
[Cause] The order of ui-application element is wrong.
        The dbox execution file is first. And the main web application execution is second.
        The first is set to main ui-application by package manager.
[Solution] The order of ui-application element in manifest.xml is changed.
           But this is the temporary solution.
           The final solution is that the 'mainapp=true' is set in to the main ui-application element.
           Therefore, this commit must be updated with the final solution.

Change-Id: I34445ce0571453cc9c554efb2cabc8d245117cdf
src/jobs/widget_install/task_manifest_file.cpp [changed mode: 0644->0755]