This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.paxexam-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit 25b0c235627d710c8cbc153529bdf3c5c26b1159 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Aug 12 19:29:08 2016 +0000 add paxUrlClasspath() for reading repoinit from bundle git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1756215 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/templates/SlingOptions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/SlingOptions.txt b/src/main/resources/templates/SlingOptions.txt index 6aff032..e155a53 100644 --- a/src/main/resources/templates/SlingOptions.txt +++ b/src/main/resources/templates/SlingOptions.txt @@ -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) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
