You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2009/06/10 17:54:21 UTC

svn commit: r783403 - /felix/trunk/main/src/main/resources/config.properties

Author: rickhall
Date: Wed Jun 10 15:54:21 2009
New Revision: 783403

URL: http://svn.apache.org/viewvc?rev=783403&view=rev
Log:
The default configuration file now refers to the correct property
name for setting the framework's beginning start level. (FELIX-1198)

Modified:
    felix/trunk/main/src/main/resources/config.properties

Modified: felix/trunk/main/src/main/resources/config.properties
URL: http://svn.apache.org/viewvc/felix/trunk/main/src/main/resources/config.properties?rev=783403&r1=783402&r2=783403&view=diff
==============================================================================
--- felix/trunk/main/src/main/resources/config.properties (original)
+++ felix/trunk/main/src/main/resources/config.properties Wed Jun 10 15:54:21 2009
@@ -56,7 +56,7 @@
 felix.log.level=${log.level}
 
 # Sets the initial start level of the framework upon startup.
-#org.osgi.framework.startlevel=1
+#org.osgi.framework.startlevel.beginning=1
 
 # Sets the start level of newly installed bundles.
 #felix.startlevel.bundle=1