Dear All,
Please find below a suggested patch to enable the project to work in an
Equinox/Eclipse OSGi container (again).
Without this change I have to change the manifest myself. The most
important change is the '-noimport:=true'.
I assume this will not cause a regression re: Issue #454, since I can't
believe any OSGi containers in this case require the same packages to be
BOTH imported and exported since the project is contained in a single
jar.
Thanks,
Peter Taylor
patch for glazedlists.bnd
28,29c28,31
< Export-Package: !ca.odell.glazedlists.impl.*,*
< Import-Package: *;resolution:=optional
\ No newline at end of file
---
> Export-Package: !ca.odell.glazedlists.impl.*,*;-noimport:=true
> Import-Package: *;resolution:=optional
>
> -nouses=true
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]