Processor definition

In BTT version 5.2, the processor definition is as follows:
<kColl id="processors">
    <procDef id=".." value=".." path=".."/>
    ....
</kColl>
After you migrate to BTT version 6.1.2, the processor definition is changed to the following:
<kColl id="processors">
    <kColl id="files">
        <procDef id=".." value=".." path=".."/>
        ....
    </kColl>
    ....
</kColl>