ComponentInspector
ComponentInspector copied to clipboard
Added automatic module names
This commit adds the Automatic-Module-Name attribute to the jar manifests of component-inspector-core, component-inspector-fx and component-inspector-swing and sets its value to componentinspector.core, componentinspector.fx and componentinspector.swing, respectively. This allows modular Java 9 projects to more easily use the library, while the library itself can stay unmodularized: modular projects that import the library simply need to add requires componentinspector.fx or requires componentinspector.swing to their module-info.java.
I hope this helps, and thank you for the amazing library!