The book "Eclipse 4 Plug-in Development by Example" mentions that the Eclipse 4 model provides a way to model an application. An application has a top-level model, buy may also have additional model fragments contributed by different bundles.
Is it possible to develop an RCP and a Plugin together (same codebase) using the Application Model? I just didn't know how you can include plugin projects into an RCP that is using the Application Model (Application.e4xmi)