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:
parent
f4f78d731d
commit
7e74809492
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue