Arthur Gurov Messages: 7 Registered: November 2011 Location: Ukraine
Junior Member
Hi guys,
I'm new in e4 and I have a small question. In my existing project I have few plug-ins and each of this plug-ins provides some part of UI (as example, I have 2 perspectives and all parts, which related to concrette perspective are contained in own plug-in). Of course each plug-in has it own "plugin.xml" where UI parts are defined.
As I understood, now UI elements should be defined in Application.e4xmi file and link to this file should be defined in .product file. Am I missing something?
How I can split application model on few parts as it was done in eclipse rcp 3.7 (I mean that I want place at least one perspective and related to it parts into one plug-in and second perspective and related to it parts into another plug-in)?