Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6E7AD552 for ; Tue, 31 Jul 2012 15:06:40 +0000 (UTC) Received: (qmail 7004 invoked by uid 500); 31 Jul 2012 15:06:40 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 6956 invoked by uid 500); 31 Jul 2012 15:06:40 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 6948 invoked by uid 99); 31 Jul 2012 15:06:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 15:06:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 31 Jul 2012 15:06:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2BF232388860 for ; Tue, 31 Jul 2012 15:05:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1367600 - /archiva/redback/redback-core/trunk/redback-policy/pom.xml Date: Tue, 31 Jul 2012 15:05:54 -0000 To: commits@archiva.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120731150554.2BF232388860@eris.apache.org> Author: jbonofre Date: Tue Jul 31 15:05:53 2012 New Revision: 1367600 URL: http://svn.apache.org/viewvc?rev=1367600&view=rev Log: [MRM-1651] Add OSGi support to redback-policy Modified: archiva/redback/redback-core/trunk/redback-policy/pom.xml Modified: archiva/redback/redback-core/trunk/redback-policy/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-policy/pom.xml?rev=1367600&r1=1367599&r2=1367600&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/redback-policy/pom.xml (original) +++ archiva/redback/redback-core/trunk/redback-policy/pom.xml Tue Jul 31 15:05:53 2012 @@ -18,14 +18,19 @@ ~ under the License. --> + 4.0.0 + org.apache.archiva.redback redback 2.0-SNAPSHOT + redback-policy + bundle Redback :: Policy + org.apache.archiva.redback @@ -57,4 +62,14 @@ test + + + + + org.apache.felix + maven-bundle-plugin + + + +