DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
org.osgi.framework.system.packages- specifies a list of packages the system bundle should export from the environment; if this is not set, then the framework uses a reasonable default fault.org.osgi.framework.system.packages.extra- specifies a list of additional packages the system bundle should export from the environment that are appended to the packages specified inorg.osgi.framework.system.packages; there is no default value for this property.org.osgi.framework.bootdelegation- specifies a list of packages that should be made implicitly available to all bundles from the environment (i.e., no need to import them); there is no default value for this property and its use should be avoided.org.osgi.framework.bundle.parent- Specifies which class loader is used for boot delegation. Possible values are:bootfor the boot class loader,appfor the application class loader,extfor the extension class loader, andframeworkfor the framework's class loader. The default isboot.org.osgi.framework.storage- specifies the path to a directory, which will be created if it does not exist, to use for bundle cache storage; the default value for this property is "felix-cache" in the current working directory.org.osgi.framework.storage.clean- specifies whether the bundle cache should be flushed; the default value for this property is "none", but it can be changed to "onFirstInit" to flush the bundle cache when the framework is initialized.org.osgi.framework.startlevel.beginning- specifies the start level the framework enters upon startup; the default value for this property is 1.
...