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@1616687 13f79535-47bb-0310-9956-ffa450edef68
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 @@
 # 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 @@
 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