Merge branch 'master' into 2_0_X
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/8e45a8e6 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8e45a8e6 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8e45a8e6 Branch: refs/heads/2_0_X Commit: 8e45a8e67311d096496a9949925cabaee0aeebfe Parents: 961dfd3 b2cac79 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jan 23 16:36:13 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jan 23 16:36:13 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/8e45a8e6/pom.xml ----------------------------------------------------------------------
