IFile file = ((IvyFileEditorInput) getEditorInput()).getFile();
IJavaProject project = JavaCore.create(file.getProject());
IvyClasspathContainer cp = IvyClasspathUtil.getIvyClasspathContainer(project);
if (cp != null
&& cp.getConf().getIvyXmlPath().equals(file.getProjectRelativePath().toString())) {
cp.scheduleResolve();
}
}
/**
* Saves the multi-page editor's document as another file. Also updates the text for page 0's