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 1a46d8e10d60d05d7a7d494c3667199139d8a43f Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Apr 22 19:41:45 2014 +0000 Add a few OSGi properties as examples git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/crankstart/launcher@1589269 13f79535-47bb-0310-9956-ffa450edef68 --- default.crank.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.crank.txt b/default.crank.txt index 7116683..77fc0de 100644 --- a/default.crank.txt +++ b/default.crank.txt @@ -14,6 +14,8 @@ classpath mvn:org.apache.sling/org.apache.sling.crankstart.api/0.0.1-SNAPSHOT # Set OSGi framework properties osgi.property org.osgi.service.http.port 1234 +osgi.property org.osgi.framework.startlevel.beginning 32 +osgi.property felix.startlevel.bundle 22 # Once OSGi properties are set, start the framework start.framework @@ -31,4 +33,4 @@ bundle mvn:org.apache.sling/org.apache.sling.commons.log/2.1.2 # Start all bundles and log a friendly message start.all.bundles log OSGi webconsole should soon be available at http://localhost:1234/system/console - \ No newline at end of file + -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
