1
0
Fork 0
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:
Mikhail Sennikovsky 2007-06-08 17:40:28 +00:00
parent 25213bca9f
commit 9c79058aad

View file

@ -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(){