This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git
commit f128ee1a99bab147d1c9cdbd823a60851470b79e Author: Oliver Lietz <[email protected]> AuthorDate: Thu Oct 27 08:55:46 2016 +0000 add feature pax-url-classpath-sling (for repoinit, remove when KARAF-4707 is done) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1766790 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 633cb7e..86ab04c 100644 --- a/pom.xml +++ b/pom.xml @@ -388,6 +388,8 @@ <feature>sling-samples-fling</feature> <!-- Composum --> <feature>composum-sling</feature> + <!-- Pax URL (KARAF-4707) --> + <feature>pax-url-classpath-sling</feature> </installedFeatures> <startupFeatures> <!-- <feature>eventadmin</feature> --> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
