@Override
public List<Error> update(IProject project, CommandLine commandLine)
throws Exception
{
PluginResources resources = (PluginResources)
Services.getPluginResources(PluginResources.NAME);
List<Error> errors = XmlUtils.validateXml(
project.getName(),
".cproject",
resources.getResource(CPROJECT_XSD).toString());
if(errors.size() > 0){
return errors;
}
// FIXME: force load of file from disk