1
0
Fork 0
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:
Mikhail Sennikovsky 2007-09-18 10:12:45 +00:00
parent 9644f4a11e
commit c583e29d49

View file

@ -249,6 +249,8 @@ public class ConfigurationDataProvider extends CConfigurationDataProvider implem
Configuration newCfg = new Configuration(mProj, cfg, des.getId(), true, true, false);
newCfg.setConfigurationDescription(des);
newCfg.setName(des.getName());
ManagedBuildManager.performValueHandlerEvent(newCfg, IManagedOptionValueHandler.EVENT_OPEN);
// if(!newCfg.getId().equals(cfg.getId())){
// newCfg.exportArtifactInfo();
// }