Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Previous revision
contributing_to_other_fragment [2017/10/15 17:49]
contributing_to_other_fragment [2021/04/05 13:44] (current)
mihael
Line 1: Line 1:
 +====== Contributing to other Eclipse e4 fragment ======
 +Contributions from one e4 fragment to another will be merged at some point in the application lifecycle. The order of merging is dependent on the plugin dependencies (not package dependencies) of the plugins.
  
 +If no depencency is declared then the merging may not be possible and a message with
 +
 +    Nothing to merge ...
 +
 +may occur in the log.
 +
 +Declaring a plugin/bundle dependency resolves this problem.
 +
 +<note>A package dependency is not taken into account for the order of the merging of fragments. It needs to be a bundle dependency.</note>
 +
 +{{tag>eclipse e4}}