[Title] initiate New CLI dev.
authorHeongseok Heo <hyeongseok.heo@samsung.com>
Wed, 2 Oct 2013 06:07:21 +0000 (15:07 +0900)
committerHeongseok Heo <hyeongseok.heo@samsung.com>
Wed, 2 Oct 2013 06:07:21 +0000 (15:07 +0900)
commit0ae7cf5e7ba97907eebc3de170314145b0c9bcc3
tree12a36d5e6faa0e1dfa2e8b5c34b04bf437eae305
parentc8eed6fd490312dcb0f54e2e1065b49c9df66f1b
[Title] initiate New CLI dev.
[Desc.]
[Issue]

Change-Id: I98a9100c462e956ebaeb37ba2ca6ac41e9425cd7
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
45 files changed:
org.tizen.ncli.ide/.classpath [new file with mode: 0644]
org.tizen.ncli.ide/.gitignore [new file with mode: 0644]
org.tizen.ncli.ide/.project [new file with mode: 0644]
org.tizen.ncli.ide/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.ncli.ide/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
org.tizen.ncli.ide/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.ncli.ide/build.properties [new file with mode: 0644]
org.tizen.ncli.ide/jgit.sh [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/CLIConstant.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/Tizen.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/TizenCLIConfig.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/config/CLIConfig.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/config/ConfigConstant.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/core/command/CreateCommand.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/core/command/SaveConfigFileCommand.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/core/command/SetConfigCommand.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/core/command/TizenCommand.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/core/config/NCLIConfigLoader.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/core/config/TizenCLIConfigProvider.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/exec/NewCommandLineExecutor.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/AbstractCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/BuildNativeCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/BuildWebCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/ConfigCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/CreateCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/CreateCertificateCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/CreateProject.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/CreateSecProfileCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/CreateSecProfileItemCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/Main.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/SignCLI.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/TizenAppType.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/subcommands/AbstractSubCommand.java [new file with mode: 0644]
org.tizen.ncli.ide/src/org/tizen/ncli/ide/subcommands/ConfigCLICommand.java [new file with mode: 0644]
org.tizen.ncli.ide/test/resource/tizen-cli-config [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/shell/test/Args4JTestBase.java [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/shell/test/ConfigCLITest.java [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/test/CommonCLISubCommandTest.java [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/test/ConfigCommandTest.java [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/test/TizenCLIConfigProviderTest.java [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/test/tizen-cli-config-global [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/test/tizen-cli-config-local [new file with mode: 0644]
org.tizen.ncli.ide/tizen.bat [new file with mode: 0644]
org.tizen.ncli.ide/tizen.sh [new file with mode: 0644]
org.tizen.ncli.ide/todo.txt [new file with mode: 0644]