mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 133881 - Make refreshing after building optional
Work in progress.
This commit is contained in:
parent
e664c6dc5f
commit
5efd41bb09
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ public class RefreshScopeManager {
|
|||
}
|
||||
|
||||
public void persistSettings() throws CoreException {
|
||||
getProjectToResourcesMap();
|
||||
getResourcesToExclusionsMap();
|
||||
for(IProject project : fProjectToResourcesMap.keySet()) {
|
||||
// serialize all settings for the project to an XML document which we will use to persist
|
||||
// the data to a persistent resource property
|
||||
|
|
Loading…
Add table
Reference in a new issue