Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » PDE Product Build (3.5) does not set dropins reconciler bundle to autostart
PDE Product Build (3.5) does not set dropins reconciler bundle to autostart [message #136117] Mon, 27 July 2009 15:03 Go to next message
Eddie Galvez is currently offline Eddie GalvezFriend
Messages: 103
Registered: July 2009
Senior Member
PDE Product Build does not set reconciler bundle to autostart (that is,
"bundles.info" generates with a 'false' last column for
org.eclipse.equinox.p2.reconciler.dropins), which means that the dropins
feature doesn't work!

We don't customize the product build much, so I'm not sure where I could go
to fix this.

We ask for default config.ini in our .product.

Thank you!
Re: PDE Product Build (3.5) does not set dropins reconciler bundle to autostart [message #372947 is a reply to message #136117] Wed, 29 July 2009 12:18 Go to previous messageGo to next message
Daniel Jacobowitz is currently offline Daniel JacobowitzFriend
Messages: 7
Registered: July 2009
Junior Member
It took a while to track down, but I found the platform product files in CVS:

:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
org.eclipse.releng.eclipsebuilder

They've all got this:

<configurations>
<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="2" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
<property name="org.eclipse.update.reconcile" value="false" />
<property name="osgi.bundles.defaultStartLevel" value="4" />
<property name="eclipse.buildId" value="@qualifier@"/>
</configurations>
Re: PDE Product Build (3.5) does not set dropins reconciler bundle to autostart [message #373268 is a reply to message #372947] Wed, 29 July 2009 13:23 Go to previous message
Eddie Galvez is currently offline Eddie GalvezFriend
Messages: 103
Registered: July 2009
Senior Member
Good idea, I'll look at theirs. I suppose each product is best served
declaring these bundles and their auto-start/level themselves, then.

Thank you!

"Daniel Jacobowitz" <drow@false.org> wrote in message
news:h4pem1$f03$1@build.eclipse.org...
> It took a while to track down, but I found the platform product files in
> CVS:
>
> :pserver:mailto:anonymous@dev.eclipse.org:/cvsroot/eclipse
> org.eclipse.releng.eclipsebuilder
>
> They've all got this:
>
> <configurations>
> <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="2"
> />
> <plugin id="org.eclipse.equinox.p2.reconciler.dropins"
> autoStart="true" startLevel="4" />
> <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true"
> startLevel="1" />
> <plugin id="org.eclipse.update.configurator" autoStart="true"
> startLevel="3" />
> <property name="org.eclipse.update.reconcile" value="false" />
> <property name="osgi.bundles.defaultStartLevel" value="4" />
> <property name="eclipse.buildId" value="@qualifier@"/>
> </configurations>
>
Previous Topic:p2 director and upgrades
Next Topic:How to Mirror from an Update site from Ecipse
Goto Forum:
  


Current Time: Fri Apr 26 10:50:20 GMT 2024

Powered by FUDForum. Page generated in 0.02477 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top