• - move Java production sources to src/main/java
    - move Java test sources to src/test/java
    - move test data to src/test/resources (and adjust unit tests to read the data from there)
    - left JavaCC source files inside the Java source tree for the time being (src/main/java)
    - left the production resources at their present location for the moment, need to understand better how they are processed