diff --git a/phing/tasks/setup.xml b/phing/tasks/setup.xml index 49c00bc0f..1c70bd00e 100644 --- a/phing/tasks/setup.xml +++ b/phing/tasks/setup.xml @@ -288,6 +288,9 @@ + + + diff --git a/template/blt/project.yml b/template/blt/project.yml index a14f6395c..10912176f 100644 --- a/template/blt/project.yml +++ b/template/blt/project.yml @@ -50,6 +50,10 @@ target-hooks: pre-config-import: dir: ${docroot} command: echo 'No pre-config-import configured.' + # Executed after configuration is imported. + post-config-import: + dir: ${docroot} + command: echo 'No post-config-import configured.' # Executed after deployment artifact is created. post-deploy-build: dir: ${docroot}