Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 58744 invoked from network); 8 Oct 2008 12:26:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 12:26:39 -0000 Received: (qmail 5820 invoked by uid 500); 8 Oct 2008 12:26:38 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 5773 invoked by uid 500); 8 Oct 2008 12:26:38 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 5764 invoked by uid 99); 8 Oct 2008 12:26:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 05:26:38 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE 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; Wed, 08 Oct 2008 12:25:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9E3D923889B2; Wed, 8 Oct 2008 05:26:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r702828 - in /geronimo/gshell/trunk/gshell-support: gshell-spring/pom.xml gshell-spring/src/test/resources/META-INF/ gshell-spring/src/test/resources/log4j.xml gshell-vfs-meta/pom.xml gshell-vfs-meta/src/test/resources/log4j.xml Date: Wed, 08 Oct 2008 12:26:18 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081008122618.9E3D923889B2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed Oct 8 05:26:17 2008 New Revision: 702828 URL: http://svn.apache.org/viewvc?rev=702828&view=rev Log: Dropped use of slf4j-simple (cause it sucks), use slf4j-log4j* instead Added: geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml (with props) geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml (with props) Removed: geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/META-INF/ Modified: geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml Modified: geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml?rev=702828&r1=702827&r2=702828&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml (original) +++ geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml Wed Oct 8 05:26:17 2008 @@ -85,7 +85,7 @@ org.slf4j - slf4j-simple + slf4j-log4j12 test Added: geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml?rev=702828&view=auto ============================================================================== --- geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml (added) +++ geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml Wed Oct 8 05:26:17 2008 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-support/gshell-spring/src/test/resources/log4j.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml?rev=702828&r1=702827&r2=702828&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml (original) +++ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml Wed Oct 8 05:26:17 2008 @@ -45,7 +45,7 @@ org.slf4j - slf4j-simple + slf4j-log4j12 test Added: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml?rev=702828&view=auto ============================================================================== --- geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml (added) +++ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml Wed Oct 8 05:26:17 2008 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/test/resources/log4j.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml