|
Re: Questions about using the Eclipse Help as standalone infocenter [message #623862 is a reply to message #623861] |
Thu, 21 January 2010 22:42 |
Jennifer Skiendzielewski Messages: 35 Registered: January 2010 Location: Boulder, CO |
Member |
|
|
We ran into this problem last year too. I had an intern do a lot of trial and error, and he discovered that you have to update this file so your plugins are recognized:
eclipse\configuration\org.eclipse.equinox.simpleconfigurator /bundles.info
We couldn't figure out what all of the values were supposed to be, but by adapting the other lines in the file, we were able to get our plugins to display in InfoCenter mode. Apparently, this file is updated automatically in platform mode, but not in InfoCenter.
As best we can figure, the entry is:
pluginID,plugin-version,file:plugins\[pluginID],4,false
We have no idea what the 4 and the false mean.
Here's a generic version of the line we add:
com.company.product.plugin,1.3,file:plugins\com.company.prod uct.plugin,4,false
Hope that helps.
|
|
|
Powered by
FUDForum. Page generated in 0.25228 seconds