config.properties still refers to old org.osgi.framework.startlevel property
----------------------------------------------------------------------------
Key: FELIX-1198
URL: https://issues.apache.org/jira/browse/FELIX-1198
Project: Felix
Issue Type: Bug
Components: Framework
Affects Versions: felix-1.8.0
Reporter: David Bosschaert
the config.properties that ships with the 1.8.0 distro still refers to the old
startlevel property:
# Sets the initial start level of the framework upon startup.
#org.osgi.framework.startlevel=1
this should really say
# Sets the initial start level of the framework upon startup.
#org.osgi.framework.startlevel.beginning=1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.