I am working on RCP/RAP eclipse plugin development and while creating project it asks what is Eclipse plugin targeted for either Eclipse or OSGi ?
Whats the difference between using two standards ?
I am working on RCP/RAP eclipse plugin development and while creating project it asks what is Eclipse plugin targeted for either Eclipse or OSGi ?
Whats the difference between using two standards ?
Eclipse plug-ins are OSGi bundles using Eclipse extension registry. Therefore
This radio also controls further wizard pages (plug-in options and available templates) and available tools within PDE.
OSGi Framework dropdown options Equinox and Standard controls only whether plug-in (bundle) MANIFEST.MF
file will be augmented with Eclipse-specific headers like Eclipse-LazyStart
, x-friends
etc.