1
0
Fork 0
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:
Mikhail Sennikovsky 2005-07-21 18:01:16 +00:00
parent c058c35232
commit 0252f611c0

View file

@ -118,6 +118,7 @@ public class ManagedBuilderCorePlugin extends Plugin {
rcJob.setRule(root);
rcJob.setPriority(Job.INTERACTIVE);
rcJob.setSystem(true);
rcJob.schedule();
} finally {