else
logger.trace("No platform specified; using default");
// fall back
if (platform == null)
platform = new EquinoxPlatform();
Properties config = platform.getConfigurationProperties();
// add boot delegation
config.setProperty(Constants.FRAMEWORK_BOOTDELEGATION,
getBootDelegationPackageString());