Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 44826 invoked from network); 27 Feb 2010 06:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2010 06:24:35 -0000 Received: (qmail 88721 invoked by uid 500); 27 Feb 2010 06:24:35 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 88663 invoked by uid 500); 27 Feb 2010 06:24:34 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 88656 invoked by uid 99); 27 Feb 2010 06:24:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 06:24:34 +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; Sat, 27 Feb 2010 06:24:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 33A26238890B; Sat, 27 Feb 2010 06:24:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r916916 - /geronimo/server/trunk/framework/bundles/derby-all/pom.xml Date: Sat, 27 Feb 2010 06:24:14 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100227062414.33A26238890B@eris.apache.org> Author: gawor Date: Sat Feb 27 06:24:13 2010 New Revision: 916916 URL: http://svn.apache.org/viewvc?rev=916916&view=rev Log: ensure META-INF/services are included in the final bundle Modified: geronimo/server/trunk/framework/bundles/derby-all/pom.xml Modified: geronimo/server/trunk/framework/bundles/derby-all/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/derby-all/pom.xml?rev=916916&r1=916915&r2=916916&view=diff ============================================================================== --- geronimo/server/trunk/framework/bundles/derby-all/pom.xml (original) +++ geronimo/server/trunk/framework/bundles/derby-all/pom.xml Sat Feb 27 06:24:13 2010 @@ -75,9 +75,19 @@ maven-bundle-plugin - org.apache.derby*;version="10.4.2.0" - javax.servlet*;resolution:=optional,org.apache.xpath*;resolution:=optional,org.apache.xalan*;resolution:=optional,org.apache.xml*;resolution:=optional,* - + + org.apache.derby*;version="10.4.2.0" + + + javax.servlet*;resolution:=optional, + org.apache.xpath*;resolution:=optional, + org.apache.xalan*;resolution:=optional, + org.apache.xml*;resolution:=optional, + * + + + *;inline=META-INF/services/** +