System.out.println("Beans Model shutdown");
}
// Remove the ResourceChangeListener from the Eclipse Workspace
IWorkspace workspace = ResourcesPlugin.getWorkspace();
workspace.removeResourceChangeListener(workspaceListener);
workspaceListener = null;
FacetedProjectFramework.removeListener(facetedProjectListener);
facetedProjectListener = null;