From commits-return-5123-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Jan 24 11:41:39 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 51051 invoked from network); 24 Jan 2008 11:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2008 11:41:39 -0000 Received: (qmail 9683 invoked by uid 500); 24 Jan 2008 11:41:29 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 9656 invoked by uid 500); 24 Jan 2008 11:41:29 -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 9647 invoked by uid 99); 24 Jan 2008 11:41:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 03:41:29 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 11:41:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DD1CC1A9832; Thu, 24 Jan 2008 03:41:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r614850 - /jackrabbit/trunk/jackrabbit-jcr-commons/pom.xml Date: Thu, 24 Jan 2008 11:41:14 -0000 To: commits@jackrabbit.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080124114115.DD1CC1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Thu Jan 24 03:41:07 2008 New Revision: 614850 URL: http://svn.apache.org/viewvc?rev=614850&view=rev Log: JCR-1342 Use bundle packaging with the Maven Bundle Plugin and export all packages Modified: jackrabbit/trunk/jackrabbit-jcr-commons/pom.xml Modified: jackrabbit/trunk/jackrabbit-jcr-commons/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-commons/pom.xml?rev=614850&r1=614849&r2=614850&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-jcr-commons/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-jcr-commons/pom.xml Thu Jan 24 03:41:07 2008 @@ -34,6 +34,7 @@ jackrabbit-jcr-commons Jackrabbit JCR Commons General purpose classes for use with the JCR API + bundle @@ -44,6 +45,23 @@ http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-commons + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.apache.jackrabbit.*;version=${pom.version} + + + + + +