UI product build creating bundles.info [message #514852] |
Tue, 16 February 2010 16:04  |
Eclipse User |
|
|
|
I have a product that I build using the PDE UI from a .product file.
The build is creating a bundles.info for me, but all of the auto-start fields are set to false. For most of the bundles, this does not seem to be a problem as they seem to be started anyway, except for:
org.eclipse.equinox.p2.reconciler.dropins,1.0.100.v20090520- 1905,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.1 00.v20090520-1905.jar,4,false
The problem is that without this being set to true, no dropins are recognised.
How can I influence what is put into bundles.info? I have tried to add this plugin into the Plugins section of the product configuration, but it is not listed in when I press the Add... button.
Help!
|
|
|
|
Re: UI product build creating bundles.info [message #515286 is a reply to message #515027] |
Thu, 18 February 2010 06:12  |
Eclipse User |
|
|
|
Paul.
That works for the dropins, but for some reason, I can't get org.eclipse.update.configurator
to take the start value provided in the <configuration> It is always being set to 4,false.
I have tried the value you supplied, I have tried setting it to 4,true and I have tried not having it there at all - and nothing affects the value placed in bindles.info
Curiously, before I added any <configuration> entries, the value was being set to 4,true.
Any Ideas?
My configuration is:
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="4" />
|
|
|
Powered by
FUDForum. Page generated in 0.05403 seconds