mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
EVENT_OPEN event on configuration creation
This commit is contained in:
parent
9644f4a11e
commit
c583e29d49
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ public class ConfigurationDataProvider extends CConfigurationDataProvider implem
|
||||||
Configuration newCfg = new Configuration(mProj, cfg, des.getId(), true, true, false);
|
Configuration newCfg = new Configuration(mProj, cfg, des.getId(), true, true, false);
|
||||||
newCfg.setConfigurationDescription(des);
|
newCfg.setConfigurationDescription(des);
|
||||||
newCfg.setName(des.getName());
|
newCfg.setName(des.getName());
|
||||||
|
ManagedBuildManager.performValueHandlerEvent(newCfg, IManagedOptionValueHandler.EVENT_OPEN);
|
||||||
|
|
||||||
// if(!newCfg.getId().equals(cfg.getId())){
|
// if(!newCfg.getId().equals(cfg.getId())){
|
||||||
// newCfg.exportArtifactInfo();
|
// newCfg.exportArtifactInfo();
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Add table
Reference in a new issue