RT: code refactoring
authorgyeongmin.ju <gyeongmin.ju@samsung.com>
Tue, 5 Sep 2017 13:47:40 +0000 (22:47 +0900)
committer허형석/개발플랫폼팀/L5/ <harry.heo@samsung.com>
Tue, 12 Sep 2017 12:12:34 +0000 (21:12 +0900)
commit26c2f6d19e34d7ebaf886f73cdc47b9eb83e00db
tree567250ed5d15a4d5807da6906f8a5a6f13db2c38
parent5ed817e60522a787e92fa2c133e3b8e00296fc6e
RT: code refactoring

Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
24 files changed:
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/builder/RtBuilder.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/AbstractCommand.java [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/BuildCommand.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/BuildConfigureCommand.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/BuildEnvSettingCommand.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/BuildKConfigureCommand.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/CleanCommand.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/Command.java [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/CommandManager.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/FlashCommand.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/FlashConfigCommand.java [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/model/BuildScriptData.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/model/ScriptUtil.java [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/ui/BuildConfigureDialog.java [moved from rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/ui/BuildConfigureDialog.java with 99% similarity]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/ui/BuildEnvSettingDialog.java [moved from rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/build/ui/BuildEnvSettingDialog.java with 99% similarity]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/commands/ui/FlashOptionDialog.java [moved from rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/flash/ui/FlashOptionDialog.java with 95% similarity]
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/BatchBuildHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/BuildConfigureHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/BuildEnvSettingHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/BuildHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/BuildKConfigHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/CleanHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/handlers/FlashHandler.java
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/launch/LaunchShortcut.java