mv.setManualValidation(false);
}
mvs.add(mv);
}
MutableProjectSettings projectSettings = new MutableProjectSettings(
project, mvs.toArray(new IMutableValidator[mvs.size()]));
projectSettings.setOverride(true);
ValidationFramework.getDefault().applyChanges(projectSettings, true);
} catch(Exception ex){
//ex.printStackTrace();