Add 'Automatic-Module-Name' to all MANIFEST.MF
This new attribute is required to move on to Java 9 or newer.
Not sure about this one at the moment since compile-level and source-level is still Java 1.8.
And I remember some clitches Michael mentioned I'd like to clarify first ;)
I would like to raise awareness this PR again as @egouge also want to change the MANIFEST.MF in the same way I want to do it. See the PR of Emily: https://github.com/locationtech/udig-platform/pull/575
Maybe we want to split the PR into dedicated changes, what do you think @egouge @fgdrf ?
I have no strong feeling abot one way or the other. I guess conflicts to the other PR are easy to resolve once joda-time fixes are on master.
Lets keep it as it is unless the other one is done. BTW: Is there a setting in eclipse to allow Automatic-Module-Name? Maybe its worth to document it in the Dev-guilde Eclipse IDE...
I didn't actively make these changes when making changes for the joda time update so I'm thinking the version of Eclipse I used made this change automatically (or maybe I did quick fix and didn't realize it).
Apparently they do have a quick fix: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525660