Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 9973 invoked from network); 14 Jan 2009 18:00:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 18:00:37 -0000 Received: (qmail 86019 invoked by uid 500); 14 Jan 2009 18:00:37 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 85986 invoked by uid 500); 14 Jan 2009 18:00:37 -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 85977 invoked by uid 99); 14 Jan 2009 18:00:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 10:00:37 -0800 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; Wed, 14 Jan 2009 18:00:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BC97D238896E; Wed, 14 Jan 2009 10:00:14 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r734460 - /incubator/sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/sling.properties Date: Wed, 14 Jan 2009 18:00:14 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090114180014.BC97D238896E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Wed Jan 14 10:00:14 2009 New Revision: 734460 URL: http://svn.apache.org/viewvc?rev=734460&view=rev Log: Add the JCR, Jackrabbit and JSR-283-preview API bootclass path settings to the main sling.properties file Modified: incubator/sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/sling.properties Modified: incubator/sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/sling.properties URL: http://svn.apache.org/viewvc/incubator/sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/sling.properties?rev=734460&r1=734459&r2=734460&view=diff ============================================================================== --- incubator/sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/sling.properties (original) +++ incubator/sling/whiteboard/fmeschbe/launchpad/base/src/main/resources/sling.properties Wed Jan 14 10:00:14 2009 @@ -124,7 +124,39 @@ # Include JRE package list sling.include.jre = jre-${java.specification.version}.properties - +# +# The JCR API packages for boot delegation +# Packages added to the org.osgi.framework.bootdelegation property if the +# javax.jcr.Repository class is available from the parent class loader +sling.bootdelegation.class.javax.jcr.Repository = \ + javax.jcr, \ + javax.jcr.lock, \ + javax.jcr.nodetype, \ + javax.jcr.observation, \ + javax.jcr.query, \ + javax.jcr.util, \ + javax.jcr.version + +# +# The Jackrabbit API packages for boot delegation +# Packages added to the org.osgi.framework.bootdelegation property if the +# o.a.j.api.JackrabbitRepository class is available from the parent class loader +sling.bootdelegation.class.org.apache.jackrabbit.api.JackrabbitRepository = \ + org.apache.jackrabbit.api, \ + org.apache.jackrabbit.api.observation, \ + org.apache.jackrabbit.api.security.principal, \ + org.apache.jackrabbit.api.security.user + +# +# The Jackrabbit 283 preview API packages for boot delegation +# Packages added to the org.osgi.framework.bootdelegation property if the +# o.a.j.api.jsr283.Node class is available from the parent class loader +sling.bootdelegation.class.org.apache.jackrabbit.api.jsr283.Node = \ + org.apache.jackrabbit.api.jsr283, \ + org.apache.jackrabbit.api.jsr283.nodetype, \ + org.apache.jackrabbit.api.jsr283.retention, \ + org.apache.jackrabbit.api.jsr283.security + # # Framework system packages to be visible org.osgi.framework.system.packages= \