matthiasblaesing opened a new pull request, #9426:
URL: https://github.com/apache/netbeans/pull/9426
The OSGI specification allows `Export-Package" to contain multiple
export entries, that in turn can each hold multiple package names.
These two should be considered equal:
Export-Package: com.acme.foo;com.acme.bar;version=1.23
and
Export-Package: com.acme.foo;version=1.23,com.acme.bar;version=1.23
The "NetBeans OSGi Integration" only supported the second version. This
adds the first.
The implementation of the Export-Package parser in "Netbeans OSGi
Integration" can be reused in the "Maven OSGi" so that the Netbinox
dependency can be removed from that module.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists