Hello,
I have created a service bundle and want to export the package to make the API available for other projects to use.
When I open the the bnd.bnd file to add the package to the exports I'm getting an error message in Eclipse (NPE).
Adding the export manually to the bnd.bnd source file doesn't help. The package is not exported at runtime and other bundles can't import it.
Alex