modelLocations.add(new ArtefactLocation(provider
.getRepositoryID(), url));
}
}
ArtefactIntegrator ooIntegrator = new ArtefactIntegrator();
try {
ooIntegrator.insertArtefactReferences(modelLocations);
} catch (ParseException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block