duplicate nested checkstyle jar
The jar containing the main checkstyle code exists two times in eclipse-cs. Once in eclipsecs.core/lib, second time in eclipsecs.checkstyle/. To my understanding the eclipsecs.checkstyle project is meant to be the container for that lib, therefore we should remove it from eclipsecs.core/lib. Or is there any good reason to have it 2 times, that I'm not aware of?
Reopening due to commit reverted.
Hi @Bananeweizen @Calixte @romani
Do you know if anybody tried to implement https://github.com/checkstyle/checkstyle/issues/3169 recently? That would simplify the Eclipse-CS release process even more, by no longer duplicating the jar at all.