Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 621 invoked from network); 3 Dec 2009 23:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 23:59:30 -0000 Received: (qmail 19882 invoked by uid 500); 3 Dec 2009 23:59:30 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 19832 invoked by uid 500); 3 Dec 2009 23:59:30 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 19823 invoked by uid 99); 3 Dec 2009 23:59:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 23:59:30 +0000 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; Thu, 03 Dec 2009 23:59:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ECC4423889BB; Thu, 3 Dec 2009 23:59:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r887003 - /sling/trunk/launchpad/base/src/main/resources/sling.properties Date: Thu, 03 Dec 2009 23:59:06 -0000 To: commits@sling.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091203235906.ECC4423889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Thu Dec 3 23:59:06 2009 New Revision: 887003 URL: http://svn.apache.org/viewvc?rev=887003&view=rev Log: SLING-1093 Remove bootdelegation definitions of JCR and Jackrabbit API (this is better done with extension fragments if required) Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=887003&r1=887002&r2=887003&view=diff ============================================================================== --- sling/trunk/launchpad/base/src/main/resources/sling.properties (original) +++ sling/trunk/launchpad/base/src/main/resources/sling.properties Thu Dec 3 23:59:06 2009 @@ -130,39 +130,6 @@ 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= \ ${osgi-core-packages}, \