Hi, I am trying to remove the remaining menu items from a window tab in my rcp application. Unfortunately, I need to add an implementation dependency on the core.windows module but I can't see how to do that using maven. If I add a runtime instead of compile dependency on the module then the code won't compile. Any ideas?
Thx Blaine