return;
}
Map<String, String> properties;
try {
location.resolve();
properties = location.getProperties();
} catch (IOException e) {
final String message = resources.getString("config.file.resolve-failed");
final String formattedMessage = new MessageFormat(message).format(new Object[]{e.getMessage()});