[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Convert normal Plug-ins to RCP plug-ins?

Interesting, but is it responsive to the example?

The only real difference between a RCP plug-in and an Eclipse plug-in is dependencies. Eclipse plug-ins, in general, refer to plug-ins that aren't part of RCP. Sometimes, you can resolve this by simply adding the needed plug-ins to the RCP app, sometimes it's not so easy.

Bob Foster

Xavier wrote:
Hi Vince,
You only have :
* to put in your plugin.xml file a link to org.eclipse.core.runtime.applications,
* to create your Application class and consorts,
* to make a product
thans to export your plugin as an application ...
Once this is done, the good news is that :
* first you have a stand alone application
* second, if you put the generated applicatyion as a plugin into your workbench, it runs as a normal plugin :)
So you can have in the same time the best of the both worlds
regards
Xavier



vince a écrit :

Hi, all,

Is there any convenient way to convert normal Plugin, say org.eclipse.gef.examples.shapes, to RCP plugin so that it can run stand-alone?

Regards,
Vince