Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/syncope
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9df1e03d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9df1e03d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9df1e03d Branch: refs/heads/2_0_X Commit: 9df1e03de222148e3e2bdc62d8e2870c555293fe Parents: 336d8d6 b2cac79 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jan 23 17:43:00 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jan 23 17:43:00 2015 +0100 ---------------------------------------------------------------------- cli/pom.xml | 186 +++++++++++++++++++ .../java/org/apache/syncope/cli/SyncopeAdm.java | 78 ++++++++ .../org/apache/syncope/cli/SyncopeServices.java | 41 ++++ .../syncope/cli/commands/LoggerCommand.java | 117 ++++++++++++ .../cli/validators/DebugLevelValidator.java | 61 ++++++ cli/src/main/resources/log4j2.xml | 58 ++++++ cli/src/main/resources/syncope.properties | 19 ++ pom.xml | 9 +- 8 files changed, 568 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
