. If user applies Refactor / Move to B then the reference within A is updated correctly. If user does Refactor / Move on A then reference to B is not updated and becomes invalid. Update it.
Description
Provide two ant files. A imports B via
<import file="relative-path-to-B/B.xml"/>
. If user applies Refactor / Move to B then the reference within A is updated correctly. If user does Refactor / Move on A then reference to B is not updated and becomes invalid. Update it.