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/59bd58ce Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/59bd58ce Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/59bd58ce Branch: refs/heads/2_0_X Commit: 59bd58ce662c4550c9723264f1460e90b6b51756 Parents: 1327b2a f32528c Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Jan 26 15:47:55 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Jan 26 15:47:55 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/syncope/cli/SyncopeAdm.java | 46 +++- .../syncope/cli/commands/AbstractCommand.java | 32 +++ .../cli/commands/ConfigurationCommand.java | 212 +++++++++++++++++++ .../syncope/cli/commands/LoggerCommand.java | 125 +++++++---- .../cli/commands/NotificationCommand.java | 95 +++++++++ .../syncope/cli/commands/PolicyCommand.java | 107 ++++++++++ .../syncope/cli/commands/ReportCommand.java | 195 +++++++++++++++++ .../org/apache/syncope/cli/util/XmlUtils.java | 28 +++ cli/src/main/resources/syncope.properties | 4 +- .../core/services/ReportServiceImpl.java | 2 +- 10 files changed, 802 insertions(+), 44 deletions(-) ----------------------------------------------------------------------
