NlpModelDeltaImpl removeProjectDelta = new NlpModelDeltaImpl((NlpModelDeltaImpl) delta
.getParent(), removeProjectResourceDelta);
NlpModelDeltaImpl parent = (NlpModelDeltaImpl) delta.getParent();
parent.addChild(removeProjectDelta);
// change this event to add event type and reprocess it
delta.setKind(Kind.ADDED);
mEventDispatcher.notify(delta.getKind(), delta);