1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Merge branch 'master' into sd90

This commit is contained in:
Andrew Gvozdev 2011-07-16 15:19:37 -04:00
commit 997fc5e722

View file

@ -1320,6 +1320,8 @@ public class CModelManager implements IResourceChangeListener, IContentTypeChang
} }
private void preCloseProject(IProject project) { private void preCloseProject(IProject project) {
// remove binary parsers
binaryParsersMap.remove(project);
// stop the binary runner for this project // stop the binary runner for this project
removeBinaryRunner(project); removeBinaryRunner(project);
// stop indexing jobs for this project // stop indexing jobs for this project