Called when shared project metadata (project.xml ) has been modified.
Also called the first the time a project created by
ProjectGenerator is saved.
This is called during a project save event and so runs with write access.
Typically the project's build.xml and/or nbproject/build-impl.xml
may need to be (re-)generated; see
GeneratedFilesHelper for details.
throws: IOException - if running the hook failed for some reason |