}
}
private Map<String, String> createFrameworkProperties() throws IOException {
final Map<String, String> p = new HashMap<String, String>();
CleanCachesOption cleanCaches = system.getSingleOption(CleanCachesOption.class);
if (cleanCaches != null && cleanCaches.getValue() != null && cleanCaches.getValue()) {
p.put(FRAMEWORK_STORAGE_CLEAN, FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT);
}
p.put(FRAMEWORK_STORAGE, system.getTempFolder().getAbsolutePath());
p.put(FRAMEWORK_SYSTEMPACKAGES_EXTRA,