This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.crankstart.launcher-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-launcher.git
commit cfb1572095a67c5871f200aa7c2b73740ca5077a Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri Aug 8 08:26:45 2014 +0000 By default, stop intepreting the crankstart file once framework is started, except on first startup git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/crankstart/launcher@1616687 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/resources/launcher-test.crank.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/resources/launcher-test.crank.txt b/src/test/resources/launcher-test.crank.txt index 981be3b..f48cfbe 100644 --- a/src/test/resources/launcher-test.crank.txt +++ b/src/test/resources/launcher-test.crank.txt @@ -8,6 +8,7 @@ defaults felix.http.jetty.version 2.2.0 # Bootstrap classpath (variables are not supported here) classpath mvn:org.apache.felix/org.apache.felix.framework/4.4.0 classpath mvn:org.slf4j/slf4j-api/1.6.2 +classpath mvn:org.slf4j/slf4j-simple/1.6.2 classpath mvn:org.apache.sling/org.apache.sling.crankstart.core/0.0.1-SNAPSHOT classpath mvn:org.apache.sling/org.apache.sling.crankstart.api/0.0.1-SNAPSHOT @@ -15,7 +16,8 @@ classpath mvn:org.apache.sling/org.apache.sling.crankstart.api/0.0.1-SNAPSHOT osgi.property org.osgi.service.http.port ${http.port} osgi.property org.osgi.framework.storage ${osgi.storage.path} -# Start the framework +# Start the framework. Crankstart file processing will stop here +# if this is not the first startup. start.framework # Start ConfigAdmin, HTTP service and SCR -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
