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-launchpad-oak-tar-integration-tests.git
commit 1abe2ef74bc8d7612ec499c4b2473efabea65787 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Jan 23 12:02:50 2017 +0000 SLING-6465 Split repoinit.txt into dedicated files git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1779916 13f79535-47bb-0310-9956-ffa450edef68 --- .../tests/configuration/SlingLaunchpadOakTarConfiguration.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java index fec113c..c19e49a 100644 --- a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java +++ b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingLaunchpadOakTarConfiguration.java @@ -51,7 +51,13 @@ public class SlingLaunchpadOakTarConfiguration extends KarafTestSupport { public Option[] configuration() throws Exception { final int httpPort = Integer.getInteger("http.port"); final String[] references = new String[]{ - "raw:classpath://org.apache.sling.karaf-repoinit/repoinit.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling-discovery.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling-event.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling-i18n.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling-installer-jcr.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling-scripting.txt", + "raw:classpath://org.apache.sling.karaf-repoinit/sling-xss.txt", "raw:classpath://repoinit/repoinit.txt" }; return OptionUtils.combine(baseConfiguration(), -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
