Felix> I hope to take a closer look at the gradle conversion branch soon
Thank you. Felix>It seems that you have removed build.xml (probably on purpose as it Felix>would be a lot of work to reflect the new directory layout?). Exactly. I see no reason to support new layout in build.xml For instance: build.xml requires manual edits of pom.xml files and license texts, while Gradle-based build does that automatically. So it was not just build.xml that was removed. Felix>The rest is probably a lot of gluecode for gradle. It is less coding (both in terms of lines of code and development effort) than build.xml though. Vladimir
