Comment #3 on issue 532 by mcculls: OSGI exported package version inconsistent with bundle version
http://code.google.com/p/google-guice/issues/detail?id=532
Correct, but ideally you shouldn't be using Require-Bundle at all because it limits you to matching against a very specific bundle (by name) whereas Import-Package lets you match against any bundle that exports a compatible package (by capability).
Require-Bundle was actually introduced relatively recently (in the history of OSGi) for specific use-cases involving legacy code in Eclipse.
-- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=en.
