Move CommandLine class to common library.
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 17 Apr 2015 08:04:04 +0000 (17:04 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 20 Apr 2015 01:22:04 +0000 (10:22 +0900)
commit87d3fc7b3afcde79fb14b94f94e3480836bfdbe1
tree20e19947f06d092a5d8ce3c5e63de4adb38588c2
parent7e3a1f976dfc4633a23b30f9ca92c098b047db3b
Move CommandLine class to common library.

Change-Id: I0c5ee53691d0598a77576d5ee6b83461b8660219
src/common/CMakeLists.txt
src/common/command_line.cc [moved from src/runtime/command_line.cc with 98% similarity]
src/common/command_line.h [moved from src/runtime/command_line.h with 92% similarity]
src/runtime/CMakeLists.txt
src/runtime/runtime.cc
src/runtime/web_application.cc