1
0
Fork 0
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:
David Dykstal 2008-08-21 17:20:39 +00:00
parent 7cb4cceb59
commit 46fec63545

View file

@ -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);
}