From oak-commits-return-657-apmail-jackrabbit-oak-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Sun May 6 20:16:36 2012 Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A6E5CB48 for ; Sun, 6 May 2012 20:16:36 +0000 (UTC) Received: (qmail 49773 invoked by uid 500); 6 May 2012 20:16:36 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 49744 invoked by uid 500); 6 May 2012 20:16:36 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-commits@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 49724 invoked by uid 99); 6 May 2012 20:16:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2012 20:16:35 +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; Sun, 06 May 2012 20:16:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7433723888CD; Sun, 6 May 2012 20:16:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1334754 - in /jackrabbit/oak/trunk: oak-core/pom.xml oak-mk/pom.xml oak-parent/pom.xml Date: Sun, 06 May 2012 20:16:14 -0000 To: oak-commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120506201614.7433723888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Sun May 6 20:16:13 2012 New Revision: 1334754 URL: http://svn.apache.org/viewvc?rev=1334754&view=rev Log: OAK-87: Declarative services and OSGi configuration Configure scr plugin also for oak-core, and add m2e lifecycle mappings Modified: jackrabbit/oak/trunk/oak-core/pom.xml jackrabbit/oak/trunk/oak-mk/pom.xml jackrabbit/oak/trunk/oak-parent/pom.xml Modified: jackrabbit/oak/trunk/oak-core/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1334754&r1=1334753&r2=1334754&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-core/pom.xml (original) +++ jackrabbit/oak/trunk/oak-core/pom.xml Sun May 6 20:16:13 2012 @@ -51,6 +51,10 @@ + + org.apache.felix + maven-scr-plugin + Modified: jackrabbit/oak/trunk/oak-mk/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/pom.xml?rev=1334754&r1=1334753&r2=1334754&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-mk/pom.xml (original) +++ jackrabbit/oak/trunk/oak-mk/pom.xml Sun May 6 20:16:13 2012 @@ -53,15 +53,7 @@ org.apache.felix maven-scr-plugin - - - generate-scr-scrdescriptor - - scr - - - - + Modified: jackrabbit/oak/trunk/oak-parent/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1334754&r1=1334753&r2=1334754&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-parent/pom.xml (original) +++ jackrabbit/oak/trunk/oak-parent/pom.xml Sun May 6 20:16:13 2012 @@ -81,6 +81,14 @@ org.apache.felix maven-scr-plugin 1.7.4 + + + generate-scr-scrdescriptor + + scr + + + maven-deploy-plugin @@ -93,6 +101,32 @@ apache-rat-plugin 0.8 + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.felix + maven-scr-plugin + [1.7.4,) + + scr + + + + + + + + + +