Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 92801 invoked from network); 2 May 2008 16:33:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 16:33:16 -0000 Received: (qmail 96620 invoked by uid 500); 2 May 2008 16:33:18 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 96597 invoked by uid 500); 2 May 2008 16:33:18 -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 96586 invoked by uid 99); 2 May 2008 16:33:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 09:33:18 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 16:32:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 374E7238899B; Fri, 2 May 2008 09:32:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r652808 - in /incubator/sling/trunk: jcr/base/pom.xml jcr/jackrabbit-api/pom.xml launchpad/app/pom.xml pom.xml Date: Fri, 02 May 2008 16:32:55 -0000 To: sling-commits@incubator.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080502163256.374E7238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Fri May 2 09:32:55 2008 New Revision: 652808 URL: http://svn.apache.org/viewvc?rev=652808&view=rev Log: SLING-409: Correct poms and add new jackrabbit-api bundle. Modified: incubator/sling/trunk/jcr/base/pom.xml incubator/sling/trunk/jcr/jackrabbit-api/pom.xml incubator/sling/trunk/launchpad/app/pom.xml incubator/sling/trunk/pom.xml Modified: incubator/sling/trunk/jcr/base/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/base/pom.xml?rev=652808&r1=652807&r2=652808&view=diff ============================================================================== --- incubator/sling/trunk/jcr/base/pom.xml (original) +++ incubator/sling/trunk/jcr/base/pom.xml Fri May 2 09:32:55 2008 @@ -85,6 +85,10 @@ org.apache.jackrabbit + jackrabbit-api + + + org.apache.jackrabbit jackrabbit-jcr-rmi compile Modified: incubator/sling/trunk/jcr/jackrabbit-api/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-api/pom.xml?rev=652808&r1=652807&r2=652808&view=diff ============================================================================== --- incubator/sling/trunk/jcr/jackrabbit-api/pom.xml (original) +++ incubator/sling/trunk/jcr/jackrabbit-api/pom.xml Fri May 2 09:32:55 2008 @@ -27,7 +27,7 @@ ../../parent/pom.xml - org.apache.sling.jcr.api + org.apache.sling.jcr.jackrabbit.api bundle 2.0.0-incubator-SNAPSHOT Modified: incubator/sling/trunk/launchpad/app/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=652808&r1=652807&r2=652808&view=diff ============================================================================== --- incubator/sling/trunk/launchpad/app/pom.xml (original) +++ incubator/sling/trunk/launchpad/app/pom.xml Fri May 2 09:32:55 2008 @@ -368,6 +368,14 @@ org.apache.sling + org.apache.sling.jcr.jackrabbit.api + + 2.0.0-incubator-SNAPSHOT + true + + + org.apache.sling + org.apache.sling.jcr.jackrabbit.server 2.0.0-incubator-SNAPSHOT Modified: incubator/sling/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=652808&r1=652807&r2=652808&view=diff ============================================================================== --- incubator/sling/trunk/pom.xml (original) +++ incubator/sling/trunk/pom.xml Fri May 2 09:32:55 2008 @@ -80,6 +80,7 @@ jcr/classloader jcr/contentloader jcr/default-rtp + jcr/jackrabbit-api jcr/jackrabbit-client jcr/jackrabbit-server jcr/jackrabbit-text-extractors