Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 15658 invoked from network); 30 Sep 2009 15:50:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 15:50:28 -0000 Received: (qmail 30280 invoked by uid 500); 30 Sep 2009 15:50:28 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 30245 invoked by uid 500); 30 Sep 2009 15:50:28 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 30236 invoked by uid 99); 30 Sep 2009 15:50:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 15:50:28 +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; Wed, 30 Sep 2009 15:50:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 71BF323888E5; Wed, 30 Sep 2009 15:50:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r820311 - /jackrabbit/trunk/jackrabbit-spi-commons/pom.xml Date: Wed, 30 Sep 2009 15:50:04 -0000 To: commits@jackrabbit.apache.org From: alexkli@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090930155004.71BF323888E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexkli Date: Wed Sep 30 15:50:04 2009 New Revision: 820311 URL: http://svn.apache.org/viewvc?rev=820311&view=rev Log: JCR-1991: Create osgi bundles for all jars - bundleizing jackrabbit-spi-commons (exporting all packages) Modified: jackrabbit/trunk/jackrabbit-spi-commons/pom.xml Modified: jackrabbit/trunk/jackrabbit-spi-commons/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi-commons/pom.xml?rev=820311&r1=820310&r2=820311&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-spi-commons/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-spi-commons/pom.xml Wed Sep 30 15:50:04 2009 @@ -34,6 +34,7 @@ jackrabbit-spi-commons Jackrabbit SPI Commons + bundle @@ -47,6 +48,19 @@ + + org.apache.felix + maven-bundle-plugin + true + + + + org.apache.jackrabbit.spi.commons;version=${pom.version}, + org.apache.jackrabbit.spi.commons.*;version=${pom.version} + + + + maven-antrun-plugin