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= \