I have a list of different plugins (that constitute one Eclipse plugin together) and i want to create an Eclipse 4 Juno RCP application from them. What are the steps to do that?
Thanks in advance and kind regards!
You can basically just follow the instructions of Lars Vogel here.
He's describing how to convert an Eclipse plug-in into an Eclipse 4 application.
Like tkotisis added: After you created the application as described by Vogella, you need to add all plug-ins to one or more features. Then include them in your product configuration.