Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] How to name bundles from different implementers?


The suggestion has been made, to include "vendor" name in the bundle ID (as well as name an attribute on the
export package statements).

Can't we make the BSN to just be the package space and include the vendor info on export package statement?

In CVS, we can store things like javax.mail.{vendor}

This way at least, people are kind of forced to use Import-Package with attributes if they want a specific implementation. That is one of the strengths of attributes.

In the end, we should come up with a policy on this issue soon as I can see it coming up more in the future.

--
Cheers,

~ Chris Aniszczyk

Back to the top