1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Fix for project conversion mechanism [Bug 180148] Converting Managedmake Project from 3.1.2 to 4.0.0 failed

This commit is contained in:
Mikhail Sennikovsky 2007-03-30 08:52:31 +00:00
parent 53773e5ade
commit af61b0c34b

View file

@ -573,6 +573,7 @@ public class CProjectDescriptionManager {
if(convertedDes != null){
/// ICConfigurationDescription activeCfg = convertedDes.getActiveConfiguration();
checkHandleActiveCfgChange(convertedDes, null, eDes, new NullProgressMonitor());
des = convertedDes;
// if(activeCfg != null){
// checkBuildSystemChange(project, eDes, activeCfg.getBuildSystemId(), null, new NullProgressMonitor());
// // if(convertedDes != null)