Merge branch '2_0_X' of https://git-wip-us.apache.org/repos/asf/syncope 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/4e1ae7ac Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4e1ae7ac Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4e1ae7ac Branch: refs/heads/2_0_X Commit: 4e1ae7ac91428ea1a4837f2f682e23c5c9d42a1c Parents: 80589a1 8e45a8e Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jan 23 17:40:56 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jan 23 17:40:56 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/4e1ae7ac/pom.xml ----------------------------------------------------------------------
