} catch (IOException e) {
ProjectPlugin.log("", e); //$NON-NLS-1$
}
// need to kick the Project so viewers will update
p.eNotify(new ENotificationImpl((InternalEObject) p, Notification.SET,
ProjectPackage.PROJECT__ELEMENTS_INTERNAL, null, null));
}
private void saveAndUnload() throws IOException {
final Resource resource = page.eResource();