return status;
}
@Override
public Change createChange(IProgressMonitor pm) {
IChangeProcessor changeProcessor = new CompositeChangeProcessor(getName(), getChangeProcessors());
try {
return changeProcessor.createChange();
} catch (MisconfigurationException e) {
throw new RuntimeException(e);
}
}