Rework project's code structure
The project's code structure does not follow any "industry standard", which hinders the possibility of:
- outside contributions to the project
- the use of external tools designed with expectations about the code structure
Some "red flags" of the code structure are as follows:
- Resources (DTDs, images, html pages, translation files) are mixed with source code
- Source/class files of user-made scheduling and allocation policies are not in an appropriate place; it is better to have them in their own folder and label such folder as "Generated Sources"
- Test source code files are outside the
src
folder
Edited by Matheus Augusto