Clean up buildscript and directory hierachy 17/33117/2
authorWonguk Jeong <wonguk.jeong@samsung.com>
Tue, 6 Jan 2015 05:32:15 +0000 (14:32 +0900)
committerWonguk Jeong <wonguk.jeong@samsung.com>
Tue, 6 Jan 2015 06:02:00 +0000 (15:02 +0900)
commitdc2bec4c979ee3362c52db414ecdf3a27dad7fc8
treeafadffe4016d4e0076fa3837efbaf213ec34f746
parente1077a0f11481a4b73ba04ccfe94af548dcf50c8
Clean up buildscript and directory hierachy

Top level CMakeLists files and directory herachy were massed up.

1. Separate files and move into subdirectories (top -> server, client)
2. Move configuration files into appropriate subdirectories
3. Remove unnecessary files

Change-Id: I6c601e5ba9627128b76edfe2be7827b2ca60dced
Signed-off-by: Wonguk Jeong <wonguk.jeong@samsung.com>
24 files changed:
CMakeLists.txt
client/CMakeLists.txt [new file with mode: 0644]
client/pkg_path.conf.in [moved from pkg_path.conf.in with 100% similarity]
client/pkgmgr.pc.in [moved from pkgmgr.pc.in with 100% similarity]
comm/CMakeLists.txt
packaging/pkgmgr.spec
server/CMakeLists.txt [new file with mode: 0644]
server/org.tizen.slp.pkgmgr.conf.in [moved from org.tizen.slp.pkgmgr.conf.in with 100% similarity]
server/org.tizen.slp.pkgmgr.service.in [moved from org.tizen.slp.pkgmgr.service.in with 100% similarity]
server/po/CMakeLists.txt [moved from po/CMakeLists.txt with 100% similarity]
server/po/POTFILES.in [moved from po/POTFILES.in with 67% similarity]
server/po/en_GB.po [moved from po/en_GB.po with 100% similarity]
server/po/en_US.po [moved from po/en_US.po with 100% similarity]
server/po/ja_JP.po [moved from po/ja_JP.po with 100% similarity]
server/po/ko_KR.po [moved from po/ko_KR.po with 100% similarity]
server/po/package-manager.pot [moved from po/package-manager.pot with 100% similarity]
server/po/update-po.sh [moved from po/update-po.sh with 100% similarity]
server/po/zh_CN.po [moved from po/zh_CN.po with 100% similarity]
server/queue_status [moved from queue_status with 100% similarity]
server/src/pkgmgr-server.c
test.sh [deleted file]
tool/CMakeLists.txt
tool/pkgmgr.patch.sh.in [moved from pkgmgr.patch.sh.in with 100% similarity]
types/CMakeLists.txt