Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Optional plugins inside a feature?
Optional plugins inside a feature? [message #53117] Wed, 01 April 2009 13:24
Eclipse UserFriend
We have a large number of interoperating features. Sometimes we want to
add better integration between two or more of them if the user has
both/all. An example: We have a feature containing database tools, and a
feature for a specific web framework. Ideally we'd like to allow the user
to install the web framework feature without requiring the database
feature. But if they have both installed, then we'd like to have a plugin
in the web framework feature that depends on the database feature's
plugins and uses some extension points, etc.

Is there a clean way of doing this? The best I can come with as a starter
is to make the integration plugin require the database plugins using
optional dependencies, and then the dependency is only at build time
between the two. But I'm not sure if the integration plugin would then
automatically "turn on" when the DB plugin is there. Or what it'd behave
like when it isn't.
Previous Topic:Setting the right editor title for the workbench
Next Topic:Optional plugins inside a feature?
Goto Forum:
  


Current Time: Tue May 13 01:36:44 EDT 2025

Powered by FUDForum. Page generated in 0.05957 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top