From commits-return-15907-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Mon Apr 11 14:01:21 2011 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 45479 invoked from network); 11 Apr 2011 14:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Apr 2011 14:01:21 -0000 Received: (qmail 85605 invoked by uid 500); 11 Apr 2011 14:01:20 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 85538 invoked by uid 500); 11 Apr 2011 14:01:20 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 85531 invoked by uid 99); 11 Apr 2011 14:01:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2011 14:01:20 +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, 11 Apr 2011 14:01:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1FAD723889BB; Mon, 11 Apr 2011 14:00:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1091078 - /activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml Date: Mon, 11 Apr 2011 14:00:57 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110411140057.1FAD723889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dejanb Date: Mon Apr 11 14:00:56 2011 New Revision: 1091078 URL: http://svn.apache.org/viewvc?rev=1091078&view=rev Log: provide simple logging for perf plugin Modified: activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml Modified: activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml?rev=1091078&r1=1091077&r2=1091078&view=diff ============================================================================== --- activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml (original) +++ activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml Mon Apr 11 14:00:56 2011 @@ -69,8 +69,8 @@ org.slf4j - slf4j-log4j12 - test + slf4j-simple + ${slf4j-version}