ComponentInspector icon indicating copy to clipboard operation
ComponentInspector copied to clipboard

Added automatic module names

Open vvalio opened this issue 1 year ago • 0 comments

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!

vvalio avatar Nov 16 '24 17:11 vvalio