Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Extensions in Fragments

I have a plugin P that defines an extension point. Plugin A does not add any extensions, and the Bundle-SymbolicName does not include the singleton attribute. Fragment FA is added to the platform. Fragment FA contributes an extension to the point defined in P. Fragment FA contains a Bundle-SymbolicName with the singleton attribute.

What is the expected/intended behavior in Eclipse 3.2?

When running this on RC7, the extension contributed by FA is not visible in the registry. It only becomes visible if the singleton attribute is added to A, and when that happens the contributor of the extension is shown to be A.


Back to the top