mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Serialization of converted project target
This commit is contained in:
parent
6524989ba7
commit
1b50189ae0
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ public class ProjectConverter implements ICProjectConverter {
|
||||||
try {
|
try {
|
||||||
ICProjectDescription des = CCorePlugin.getDefault().getProjectDescription(project);
|
ICProjectDescription des = CCorePlugin.getDefault().getProjectDescription(project);
|
||||||
convertMakeTargetInfo(project, des, monitor);
|
convertMakeTargetInfo(project, des, monitor);
|
||||||
|
CCorePlugin.getDefault().setProjectDescription(project, des);
|
||||||
} catch (CoreException e) {
|
} catch (CoreException e) {
|
||||||
return e.getStatus();
|
return e.getStatus();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue