Changes between Version 4 and Version 5 of Development/Features/PrePostActionsNCMNCD


Ignore:
Timestamp:
Jul 31, 2013, 7:25:24 PM (11 years ago)
Author:
munoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Features/PrePostActionsNCMNCD

    v4 v5  
    2020We'll run hooks as part of the `--configure` process only. We'll run them:
    2121
    22 * Before any components run (`run-init`).
    23 * After all components have run (`run-finalize`)
     22* before any components run (`run-init`).
     23* after all components have run (`run-finalize`).
    2424
    25 We may discuss also:
     25We may discuss also hooks:
    2626
    27 * Before the execution of each component.
    28 * After the execution of each component.
     27* before the execution of each component.
     28* after the execution of each component.
    2929
    3030But I'll implement these two only if people show me '''immediate''' use cases for them.