I have restructured my xtext project packages from com.x.y to com.x.y.z.
But unfortunately not all the path references got updated.
To run the mwe2 workflow seems to be no problem. But the src-gen folders get generated still in the former (com.x.y) hierarchy.
Some path entries in the plugin.xml (both com.x.y.zand com.x.y.z.ui) got ignored to update. So i tried to change them manuelly. But it still doesn't work.
Could someone give me a suggestion where in an xtext project, are the correct path configurations, to tell the compile, in which order the src-gen folders get generated?