File name and their extension changes: 74/32474/1
authorPawel Sikorski <p.sikorski@samsung.com>
Wed, 17 Dec 2014 17:08:59 +0000 (18:08 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 18 Dec 2014 11:18:08 +0000 (12:18 +0100)
commit910e40b6524b8b33d012b0b6099557fe5c7539ac
treedae21c45755a5c8386f3c00d3566fc45d3b0a2c7
parent95ebc05dc0f2e558d8b146868a5dc92ee8de70d6
File name and their extension changes:
* .hxx --> .h
* .cxx -> .cc
* dash ("-") in filenames --> underline ("_")

CmakeLists.txt modified accordingly

Change-Id: I3e61156428971f535608a0d16f58ef6eb5f3536b
common/CMakeLists.txt
common/include/app_installer.h [moved from common/include/AppInstaller.hxx with 94% similarity]
common/include/step.h [moved from common/include/step.hxx with 100% similarity]
common/include/step_unzip.h [moved from common/include/step-unzip.hxx with 95% similarity]
common/src/app_installer.cc [moved from common/src/AppInstaller.cxx with 97% similarity]
common/src/step/step_unzip.cc [moved from common/src/step/step-unzip.cxx with 99% similarity]
wgt/CMakeLists.txt
wgt/src/step_parse.cc [moved from wgt/src/step-parse.cxx with 93% similarity]
wgt/src/wgt_backend.cc [moved from wgt/src/wgt-backend.cxx with 95% similarity]