1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Remove the .settings directory from the TestProjectConversion .zip file.

It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
This commit is contained in:
Leo Treggiari 2006-05-10 19:30:59 +00:00
parent be3041c07d
commit fef92c58ea
2 changed files with 1 additions and 2 deletions

View file

@ -109,8 +109,7 @@ public class ManagedBuildTestHelper {
}
};
NullProgressMonitor monitor = new NullProgressMonitor();
// TODO: Why is this necessary?
//workspace.run(runnable, root, IWorkspace.AVOID_UPDATE, monitor);
workspace.run(runnable, root, IWorkspace.AVOID_UPDATE, monitor);
project = newProjectHandle;
}