I have these extensions in "extensioninfo.xml":
<extension dir="${HYBRIS_BIN_DIR}/ext-commerce/b2bapprovalprocess"/>
<extension dir="${HYBRIS_BIN_DIR}/ext-commerce/b2bcommerce"/>
<extension dir="${HYBRIS_BIN_DIR}/ext-template/b2bstore"/>
<extension dir="${HYBRIS_BIN_DIR}/ext-commerce/basecommerce"/>
<extension dir="${HYBRIS_BIN_DIR}/ext-content/bmecat"/>
How are these extensions built? Is there any order if I have them in the same "extensioninfo.xml" file? Will "b2bapprovalprocess" be built before "b2bcommerce", "b2bcommerce" before "b2bstore" and so on... ?