Fixes ISSUE-45400: Eclipse OpenbravoTest project fails to compile, missing src
OpenbravoTest was missing a src-test folder from userinterface.selector core module, which was referenced in AllAntTaskTests, as such compilation in eclipse failed.
This was fixed by adding the missing src-test folder to .project config file of OpenbravoTest project.