1
0
Fork 0
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:
Mikhail Sennikovsky 2007-03-06 20:44:20 +00:00
parent 6524989ba7
commit 1b50189ae0

View file

@ -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();
} }