[prj] Refactor <include> to allow additional patch run after includes.
When include and patch method in prj files are combined the logical order is the following:
- Apply patches
- Insert includes
- Apply patches marked with
after_includes="true"
-attribute only.<--
This is new.
@ufz-bgr: Added new ogs cli parameter: --write-prj
which writes the processed prj file to disk.
Fixes #3249 (closed).
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behavior change was documented?
Edited by Lars Bilke