Lars Bruun-Hansen created NETBEANS-75:
-----------------------------------------
Summary: libs.jna - too many dependencies
Key: NETBEANS-75
URL: https://issues.apache.org/jira/browse/NETBEANS-75
Project: NetBeans
Issue Type: Bug
Components: platform - Other
Reporter: Lars Bruun-Hansen
Priority: Minor
Module {{org.netbeans.libs.jna}} has two unnecessary dependencies:
{noformat}
org.openide.util.ui
org.openide.util
{noformat}
I've trawled the historical changes in Hg and can see the reason why: The
{{Installer}} class - the module's only source code - used to have more code
than it what it does today. Today it does nothing more than setting a system
property.
This balloons the size of my headless Platform app. I use Maven so I can
explicitly exclude them. But still. Logging as minor.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)