} catch (MalformedURLException e) {
Message.warn("In the mirror list from " + mirrorListUrl
+ ", an incorrect url has been found and will then not be used: " + baseUrl);
}
if (url != null) {
RelativeURLRepository repo = new RelativeURLRepository(url);
repositories.add(repo);
}
}
((ChainedRepository) getRepository()).setRepositories(repositories);
}