Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 78965 invoked from network); 23 Sep 2007 13:37:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2007 13:37:49 -0000 Received: (qmail 71449 invoked by uid 500); 23 Sep 2007 13:37:40 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 71410 invoked by uid 500); 23 Sep 2007 13:37:40 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 71401 invoked by uid 99); 23 Sep 2007 13:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 06:37:40 -0700 X-ASF-Spam-Status: No, hits=-100.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; Sun, 23 Sep 2007 13:39:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A3B1E1A9832; Sun, 23 Sep 2007 06:37:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r578572 - in /incubator/sling/trunk: jackrabbit-classloader/pom.xml scripting-core/pom.xml scripting-jsp/pom.xml Date: Sun, 23 Sep 2007 13:37:24 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070923133724.A3B1E1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Sun Sep 23 06:37:22 2007 New Revision: 578572 URL: http://svn.apache.org/viewvc?rev=578572&view=rev Log: SLING-18 scr plugin isn't enabled in jackrabbit-classloader, scripting-core and scripting-jsp Modified: incubator/sling/trunk/jackrabbit-classloader/pom.xml incubator/sling/trunk/scripting-core/pom.xml incubator/sling/trunk/scripting-jsp/pom.xml Modified: incubator/sling/trunk/jackrabbit-classloader/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jackrabbit-classloader/pom.xml?rev=578572&r1=578571&r2=578572&view=diff ============================================================================== --- incubator/sling/trunk/jackrabbit-classloader/pom.xml (original) +++ incubator/sling/trunk/jackrabbit-classloader/pom.xml Sun Sep 23 06:37:22 2007 @@ -54,6 +54,10 @@ + org.apache.felix + maven-scr-plugin + + org.apache.sling maven-sling-plugin Modified: incubator/sling/trunk/scripting-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/scripting-core/pom.xml?rev=578572&r1=578571&r2=578572&view=diff ============================================================================== --- incubator/sling/trunk/scripting-core/pom.xml (original) +++ incubator/sling/trunk/scripting-core/pom.xml Sun Sep 23 06:37:22 2007 @@ -62,6 +62,10 @@ org.apache.felix + maven-scr-plugin + + + org.apache.felix maven-bundle-plugin true Modified: incubator/sling/trunk/scripting-jsp/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/scripting-jsp/pom.xml?rev=578572&r1=578571&r2=578572&view=diff ============================================================================== --- incubator/sling/trunk/scripting-jsp/pom.xml (original) +++ incubator/sling/trunk/scripting-jsp/pom.xml Sun Sep 23 06:37:22 2007 @@ -50,6 +50,10 @@ + org.apache.felix + maven-scr-plugin + + org.apache.sling maven-sling-plugin