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.
source
share