Re: [equinox-dev] Bundle self-update not delayed until refresh

2016-12-30 Thread Thomas Watson
nt mailing list Date: 12/20/2016 03:40 AM Subject: [equinox-dev] Bundle self-update not delayed until refresh Sent by:equinox-dev-boun...@eclipse.org I have a development tool bundle that updates a running equinox framework in batch mode. I.e. it updates a list of bundles vi

[equinox-dev] Bundle self-update not delayed until refresh

2016-12-20 Thread Todor Boev
I have a development tool bundle that updates a running equinox framework in batch mode. I.e. it updates a list of bundles via Bundle.update() and then calls "FrameworkWiring.refresh()" on the entire batch. Sometimes the list includes the updater bundle itself. In this case the thread that perform