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

Bug 133881 - Make refreshing after building optional

Fixing project close/delete and open workflows.
This commit is contained in:
Chris Recoskie 2011-05-02 15:52:54 +00:00
parent f4f78d731d
commit 7e74809492

View file

@ -544,6 +544,7 @@ public class RefreshScopeManager {
}
public void clearExclusionsForProject(IProject project) {
getResourcesToExclusionsMap();
for(IResource resource : fResourceToExclusionsMap.keySet()) {
IProject project2 = resource.getProject();
if(project2.equals(project)) {