| [news.eclipse.platform.rcp] Re: IStartup / org.eclipse.ui.startup - not invoked |
Paul Webster wrote:
All plugins that have a plugin.xml must (for some value of *must*) have both the lazy start header set to true and singleton:=true like:
Bundle-SymbolicName: z.ex.mail; singleton:=true
Eclipse-LazyStart: true
or eclipse won't read the plugin.xml
Later, PW
Thanks,
Dave