Community
Participate
Working Groups
We need a possibility to extend the factory created instance of a NavigationNodeBuilder in SCP. SCP for example injects the BusinessController into the NavigationNodeBuilder. Therefore I've added a new protected method: protected void prepareNavigationNodeBuilder(INavigationNodeId targetId, INavigationNodeBuilder builder) This is an empty method in Riena. In the SCP subclass this behavior is overloaded and the BusinessController is created and injected.
Created attachment 108845 [details] The patch file with the above described changes.
Created attachment 108846 [details] mylyn/context/zip
Activator contains changes that are also in RienaPlugin and will not be applied, META-INF contains unnessary or potentially invalid reference to org.apache.log4j
patch applied with the exception mentioned above