On 23 Dec 2011, at 07:57, Marcel wrote: > I found the 'correct' way to let Eclipse PDE know about that fragments > can extend the api of the host bundle. One has to specify > > Eclipse-ExtensibleAPI: true > > in the host bundle. See > http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fbundle_manifest.html > section The Eclipse-ExtensibleAPI Header for more details on that.
Hi Marcel, You're correct - I'd previously added this to sisu-guice (https://github.com/sonatype/sisu-guice) for the m2eclipse folks, but forgot to push the change back upstream. I've fixed the Ant+Maven builds to add this header to the core guice.jar - see last comment on http://code.google.com/p/google-guice/issues/detail?id=494 for details. -- Cheers, Stuart > Maintainers, since guice is used on OSGI environment and many folks > use Eclipse PDE for developing their applications: does it make sense > to add this flag to guice host bundle's manifest? > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "google-guice" 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?hl=en.
