Is it possible to add an entire eclipse plug-in project to an Eclipse RCP application

I developed an eclipse plugin project with SampleFormPage with multiple forms using formtoolkit and formPage. Now I want to change the project script and want to change the eclipse plug-in project to a standalone Eclipse RCP application.

Can this be done? If so, what measures should I consider when developing.

Example The scenario is similar: Consider the plugin.xml file editor in eclipse. Now the same application that I want to add to the RCP application.

+3
source share
1 answer

, RCP . , RCP- . .

+2

All Articles