final List<String> features = new ArrayList<String>();
Collections.addAll(features, bootFeaturesArray);
featuresSection.setBootFeatureNames(features);
featuresSection.save();
}
private Properties createLaunchSystemProperties(
final KarafWorkingPlatformModel platformModel,
final ILaunchConfiguration configuration) throws CoreException {