mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
The resource change handling initialization job is now set to system
This commit is contained in:
parent
c058c35232
commit
0252f611c0
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ public class ManagedBuilderCorePlugin extends Plugin {
|
||||||
|
|
||||||
rcJob.setRule(root);
|
rcJob.setRule(root);
|
||||||
rcJob.setPriority(Job.INTERACTIVE);
|
rcJob.setPriority(Job.INTERACTIVE);
|
||||||
|
rcJob.setSystem(true);
|
||||||
rcJob.schedule();
|
rcJob.schedule();
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Add table
Reference in a new issue