Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 95505 invoked from network); 2 Aug 2010 11:50:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Aug 2010 11:50:47 -0000 Received: (qmail 69579 invoked by uid 500); 2 Aug 2010 11:50:47 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 69517 invoked by uid 500); 2 Aug 2010 11:50:45 -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 69510 invoked by uid 99); 2 Aug 2010 11:50:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 11:50:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 02 Aug 2010 11:50:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7007F23889CB; Mon, 2 Aug 2010 11:49:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r981465 - /activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java Date: Mon, 02 Aug 2010 11:49:25 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100802114925.7007F23889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dejanb Date: Mon Aug 2 11:49:24 2010 New Revision: 981465 URL: http://svn.apache.org/viewvc?rev=981465&view=rev Log: features polishing Modified: activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java Modified: activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java?rev=981465&r1=981464&r2=981465&view=diff ============================================================================== --- activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java (original) +++ activemq/trunk/activemq-karaf/src/main/java/org/apache/activemq/karaf/commands/CreateBrokerCommand.java Mon Aug 2 11:49:24 2010 @@ -60,7 +60,7 @@ public class CreateBrokerCommand extends File configFile = new File(deploy, name + "-broker.xml"); if (!type.equalsIgnoreCase("spring") && !type.equalsIgnoreCase("blueprint")) { - System.out.println("@green Unknown type '" + type + "' Using spring by default"); + System.out.println("@|green Unknown type '" + type + "' Using spring by default"); type = "spring"; }