}
private void handleNewerVersion(XMLMemento xmlMemento, String filename,
Shell shell, IProgressMonitor monitor, List newProjects)
throws TeamException {
UIProjectSetSerializationContext context = new UIProjectSetSerializationContext(
shell, filename);
List errors = new ArrayList();
ArrayList referenceStrings = new ArrayList();
IMemento[] providers = xmlMemento.getChildren("provider"); //$NON-NLS-1$
for (int i = 0; i < providers.length; i++) {