Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DEC217D57 for ; Fri, 23 Jan 2015 16:41:24 +0000 (UTC) Received: (qmail 24130 invoked by uid 500); 23 Jan 2015 16:41:24 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 24060 invoked by uid 500); 23 Jan 2015 16:41:24 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 23826 invoked by uid 99); 23 Jan 2015 16:41:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 16:41:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C3451E040C; Fri, 23 Jan 2015 16:41:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Fri, 23 Jan 2015 16:41:37 -0000 Message-Id: <19d4264a1d3640a081f6f39c1aba3aeb@git.apache.org> In-Reply-To: <6d41d270a10c4c5abe1407b34b5bcf47@git.apache.org> References: <6d41d270a10c4c5abe1407b34b5bcf47@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/15] syncope git commit: Merge branch '2_0_X' of https://git-wip-us.apache.org/repos/asf/syncope into 2_0_X 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ò Authored: Fri Jan 23 17:40:56 2015 +0100 Committer: Francesco Chicchiriccò 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 ----------------------------------------------------------------------