Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 69610 invoked from network); 24 Jul 2008 16:20:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 16:20:36 -0000 Received: (qmail 87903 invoked by uid 500); 24 Jul 2008 16:20:36 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 87879 invoked by uid 500); 24 Jul 2008 16:20:35 -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 87870 invoked by uid 99); 24 Jul 2008 16:20:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 09:20:35 -0700 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; Thu, 24 Jul 2008 16:19:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AF5862388986; Thu, 24 Jul 2008 09:20:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r679448 - /activemq/trunk/activemq-ra/pom.xml Date: Thu, 24 Jul 2008 16:20:15 -0000 To: commits@activemq.apache.org From: gnodet@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080724162015.AF5862388986@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gnodet Date: Thu Jul 24 09:20:15 2008 New Revision: 679448 URL: http://svn.apache.org/viewvc?rev=679448&view=rev Log: Make activemq-ra an OSGi bundle Modified: activemq/trunk/activemq-ra/pom.xml Modified: activemq/trunk/activemq-ra/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/pom.xml?rev=679448&r1=679447&r2=679448&view=diff ============================================================================== --- activemq/trunk/activemq-ra/pom.xml (original) +++ activemq/trunk/activemq-ra/pom.xml Thu Jul 24 09:20:15 2008 @@ -26,9 +26,19 @@ activemq-ra + bundle ActiveMQ :: RA A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers + + + * + + + org.apache.activemq.ra*;version=${project.version}, + + +