From commits-return-17318-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Thu Nov 24 13:29:20 2011 Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 23EB3927C for ; Thu, 24 Nov 2011 13:29:20 +0000 (UTC) Received: (qmail 84572 invoked by uid 500); 24 Nov 2011 13:29:20 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 84534 invoked by uid 500); 24 Nov 2011 13:29:19 -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 84527 invoked by uid 99); 24 Nov 2011 13:29:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2011 13:29:19 +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; Thu, 24 Nov 2011 13:29:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1B90A23889BB for ; Thu, 24 Nov 2011 13:28:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1205823 - /activemq/trunk/activemq-console/pom.xml Date: Thu, 24 Nov 2011 13:28:57 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111124132858.1B90A23889BB@eris.apache.org> Author: dejanb Date: Thu Nov 24 13:28:56 2011 New Revision: 1205823 URL: http://svn.apache.org/viewvc?rev=1205823&view=rev Log: https://issues.apache.org/jira/browse/AMQ-2968 - osgi import typo fixed Modified: activemq/trunk/activemq-console/pom.xml Modified: activemq/trunk/activemq-console/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-console/pom.xml?rev=1205823&r1=1205822&r2=1205823&view=diff ============================================================================== --- activemq/trunk/activemq-console/pom.xml (original) +++ activemq/trunk/activemq-console/pom.xml Thu Nov 24 13:28:56 2011 @@ -37,7 +37,7 @@ sun.management*;resolution:=optional, org.josql*;resolution:=optional, org.apache.velocity*;resolution:=optional, - org.apache.commons.deamon*;resolution:=optional; + org.apache.commons.daemon*;resolution:=optional, *