mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[235581] Initialize RSE should be a daemon job
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235581
This commit is contained in:
parent
7cb4cceb59
commit
46fec63545
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
* David Dykstal (IBM) - [226728] NPE during init with clean workspace
|
||||
* David McKnight (IBM) - [229610] [api] File transfers should use workspace text file encoding
|
||||
* David Dykstal (IBM) = [226958] add status values to waitForInitCompletion(phase)
|
||||
* David Dykstal (IBM) - [235581] Initialize RSE should be a daemon job
|
||||
********************************************************************************/
|
||||
package org.eclipse.rse.internal.core;
|
||||
|
||||
|
@ -137,6 +138,7 @@ public final class RSEInitJob extends Job {
|
|||
|
||||
private RSEInitJob() {
|
||||
super(NAME);
|
||||
setSystem(true);
|
||||
addJobChangeListener(myJobChangeListener);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue