mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +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:
parent
53773e5ade
commit
af61b0c34b
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ public class CProjectDescriptionManager {
|
||||||
if(convertedDes != null){
|
if(convertedDes != null){
|
||||||
/// ICConfigurationDescription activeCfg = convertedDes.getActiveConfiguration();
|
/// ICConfigurationDescription activeCfg = convertedDes.getActiveConfiguration();
|
||||||
checkHandleActiveCfgChange(convertedDes, null, eDes, new NullProgressMonitor());
|
checkHandleActiveCfgChange(convertedDes, null, eDes, new NullProgressMonitor());
|
||||||
|
des = convertedDes;
|
||||||
// if(activeCfg != null){
|
// if(activeCfg != null){
|
||||||
// checkBuildSystemChange(project, eDes, activeCfg.getBuildSystemId(), null, new NullProgressMonitor());
|
// checkBuildSystemChange(project, eDes, activeCfg.getBuildSystemId(), null, new NullProgressMonitor());
|
||||||
// // if(convertedDes != null)
|
// // if(convertedDes != null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue