From commits-return-13797-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Dec 17 15:17:43 2012 Return-Path: X-Original-To: apmail-jackrabbit-commits-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 6EC92D210 for ; Mon, 17 Dec 2012 15:17:43 +0000 (UTC) Received: (qmail 62749 invoked by uid 500); 17 Dec 2012 15:17:43 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 62639 invoked by uid 500); 17 Dec 2012 15:17:42 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 62162 invoked by uid 99); 17 Dec 2012 15:17:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:17:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:17:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 01A21238899C; Mon, 17 Dec 2012 15:17:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1422974 - in /jackrabbit/trunk/jackrabbit-core: assembly.xml pom.xml Date: Mon, 17 Dec 2012 15:17:02 -0000 To: commits@jackrabbit.apache.org From: alexparvulescu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121217151703.01A21238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexparvulescu Date: Mon Dec 17 15:17:01 2012 New Revision: 1422974 URL: http://svn.apache.org/viewvc?rev=1422974&view=rev Log: JCR-3479 Remove logback log config from jr-core tests jar Removed: jackrabbit/trunk/jackrabbit-core/assembly.xml Modified: jackrabbit/trunk/jackrabbit-core/pom.xml Modified: jackrabbit/trunk/jackrabbit-core/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=1422974&r1=1422973&r2=1422974&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-core/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-core/pom.xml Mon Dec 17 15:17:01 2012 @@ -74,7 +74,7 @@ **/*TestAll.java - -Xmx256m + -Xmx512m java.awt.headless @@ -154,22 +154,23 @@ org.apache.jackrabbit.core.data.GarbageC - - maven-assembly-plugin - - - package - - single - - - - assembly.xml - - - - - + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + logback-test.xml + + + + + + test-jar + + + +