Commit 7e45ebb
committed
If JobManager is suspended delay init to a later time
Currently if the JobManager suspended all kind of unwanted effects might
happen, especially the joining of a scheduled job will not work but PDE
use that here to init the PluginModelManager.
The only feasible situation here is to schedule a new job (that will be
executed once the manager is enabled again) and then perform the
required action. this will the possibly trigger a rebuild if required or
notify other listeners.1 parent 5baaa6d commit 7e45ebb
File tree
1 file changed
+17
-0
lines changed- ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core
1 file changed
+17
-0
lines changedLines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
39 | 56 | | |
40 | 57 | | |
41 | 58 | | |
| |||
0 commit comments