Merged the tools module into core.
It wasn't actually providing any value. Neither tools nor core have any special dependencies. The code in tools operates on the same files, formats and data structures that core/runtime code operates on. It is simpler to have them in the same module.
This commit is contained in: