}
} else {
s.loadDefault();
}
} catch (ParseException e) {
throw new IvySettingsFileReadException(settingsFile, module.getName(), e);
} catch (IOException e) {
throw new IvySettingsFileReadException(settingsFile, module.getName(), e);
}
// re-inject our properties; they may overwrite some properties loaded by the settings file
for (Map.Entry<Object,Object> entry : properties.entrySet()) {
String key = (String) entry.getKey();