Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 70127 invoked from network); 19 Feb 2008 15:45:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 15:45:34 -0000 Received: (qmail 73481 invoked by uid 500); 19 Feb 2008 15:45:28 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 73131 invoked by uid 500); 19 Feb 2008 15:45:26 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 73122 invoked by uid 99); 19 Feb 2008 15:45:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 07:45:26 -0800 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 15:44:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5071F1A9832; Tue, 19 Feb 2008 07:45:09 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r629130 - /commons/proper/proxy/branches/proxy-1.0-work/pom.xml Date: Tue, 19 Feb 2008 15:45:09 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080219154509.5071F1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Tue Feb 19 07:45:04 2008 New Revision: 629130 URL: http://svn.apache.org/viewvc?rev=629130&view=rev Log: Configure the bundle plugin to add OSGi info to proxy's manifest Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=629130&r1=629129&r2=629130&view=diff ============================================================================== --- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original) +++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Tue Feb 19 07:45:04 2008 @@ -26,6 +26,7 @@ commons-proxy 1.0-rc1 + bundle Commons Proxy Java library for dynamic proxying http://commons.apache.org/proxy/ @@ -119,6 +120,20 @@ src/assembly/src.xml gnu + + + + org.apache.felix + maven-bundle-plugin + 1.2.1 + true + + true + + <_nouses>true + org.apache.commons.proxy + org.apache.commons.*;version=${pom.version} +