mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Bug 315117 - xlc scanner discovery scheduling rule issue
This commit is contained in:
parent
e4024a7d2b
commit
e938acbcb4
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,9 @@ Require-Bundle: org.eclipse.cdt.make.core,
|
|||
org.eclipse.core.runtime,
|
||||
org.eclipse.cdt.managedbuilder.core
|
||||
Export-Package: org.eclipse.cdt.make.xlc.core.activator,
|
||||
org.eclipse.cdt.make.xlc.core.scannerconfig
|
||||
org.eclipse.cdt.make.xlc.core.messages,
|
||||
org.eclipse.cdt.make.xlc.core.scannerconfig,
|
||||
org.eclipse.cdt.make.xlc.core.scannerconfig.util
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.cdt.make.xlc.core.activator.Activator
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
|
|
|
@ -1640,7 +1640,7 @@ public class PerFileXLCScannerInfoCollector implements IScannerInfoCollector3, I
|
|||
|
||||
|
||||
Job job = new ScannerConfigUpdateJob(context, pathInfo, context.isDefaultContext(), changedResources);
|
||||
ISchedulingRule rule = project;
|
||||
ISchedulingRule rule = ResourcesPlugin.getWorkspace().getRoot();
|
||||
job.setRule(rule);
|
||||
job.schedule();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue