On Thu, Nov 28, 2013 at 11:43 AM, Laurent PETIT <[email protected]>wrote:

> == Prospective questions
>
> I'm trying to start thinking about user contributions to my plugin.
> Some may want to use dependencies (jars) that are not declared in
> counterclockwise's bundle.
> If I follow this route, a "clean" solution would be to dynamically
> create an OSGi bundle per user contribution, and then install/start
> this bundle.
>
> But .. the bundle would be started after the workbench has been
> started. Would it be too late for the extension points for e.g. the
> Model Processors to take place, etc. ?
>

Yes, I think it would be too late.  Some of our extension points react
dynamically to bundles being installed or removed, but the model processor
extension point isn't one of them.

PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR
_______________________________________________
e4-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/e4-dev

Reply via email to