Author: olli
Date: Fri Aug 12 19:29:08 2016
New Revision: 1756215

URL: http://svn.apache.org/viewvc?rev=1756215&view=rev
Log:
add paxUrlClasspath() for reading repoinit from bundle

Modified:
    
sling/trunk/testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingOptions.txt

Modified: 
sling/trunk/testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingOptions.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingOptions.txt?rev=1756215&r1=1756214&r2=1756215&view=diff
==============================================================================
--- 
sling/trunk/testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingOptions.txt
 (original)
+++ 
sling/trunk/testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingOptions.txt
 Fri Aug 12 19:29:08 2016
@@ -121,6 +121,7 @@ public class SlingOptions {
         return composite(
             slingJcrOak(),
             slingLaunchpadOak(),
+            paxUrlClasspath(), // for reading repoinit from bundle
             
mavenBundle().groupId("org.apache.jackrabbit").artifactId("oak-segment").version(versionResolver),
             newConfiguration("org.apache.felix.http")
                 .put("org.osgi.service.http.port", httpPort)


Reply via email to