Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 84112 invoked from network); 12 Apr 2008 12:42:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2008 12:42:04 -0000 Received: (qmail 3107 invoked by uid 500); 12 Apr 2008 12:42:03 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 2903 invoked by uid 500); 12 Apr 2008 12:42:02 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 2894 invoked by uid 99); 12 Apr 2008 12:42:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 05:42:02 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 12:41:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C413D1A9832; Sat, 12 Apr 2008 05:41:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r647442 - /struts/struts2/trunk/pom.xml Date: Sat, 12 Apr 2008 12:41:35 -0000 To: commits@struts.apache.org From: mrdon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080412124137.C413D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrdon Date: Sat Apr 12 05:41:34 2008 New Revision: 647442 URL: http://svn.apache.org/viewvc?rev=647442&view=rev Log: Adding OSGi entries in the manifest WW-2591 Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=647442&r1=647441&r2=647442&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sat Apr 12 05:41:34 2008 @@ -313,7 +313,30 @@ + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + + + bundle-manifest + process-classes + + manifest + + + + + install