mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
Fix for [Bug 188764] make it posible to apply the "isCDTProjectCreating" ICProjectDescription with no configurations
This commit is contained in:
parent
25213bca9f
commit
9c79058aad
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
|
|||
private Map fDescriptionMap = new HashMap(); //calls to this map are "manually" synchronized with the CProjectDescriptionManager object lock;
|
||||
private ResourceChangeHandler fRcChangeHandler;
|
||||
private CProjectDescriptionWorkspacePreferences fPreferences;
|
||||
private boolean fAllowEmptyCreatingDescription = false; // not allowed by default
|
||||
private boolean fAllowEmptyCreatingDescription = true; // allowed by default
|
||||
|
||||
// private CStorage fPrefCfgStorage;
|
||||
private ICDataProxyContainer fPrefUpdater = new ICDataProxyContainer(){
|
||||
|
|
Loading…
Add table
Reference in a new issue