1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix to project creation code.

This commit is contained in:
Doug Schaefer 2003-07-11 18:35:01 +00:00
parent eac791976f
commit 8bf8075639

View file

@ -49,8 +49,8 @@ public class CProjectHelper {
project.open(null);
}
if (!project.hasNature(CProjectNature.C_NATURE_ID)) {
CCorePlugin.getDefault().mapCProjectOwner(project, "Hi", false);
addNatureToProject(project, CProjectNature.C_NATURE_ID, null);
}