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

Make the projectId real.

This commit is contained in:
Doug Schaefer 2003-07-11 18:59:28 +00:00
parent 8bf8075639
commit 241ff5cf7f

View file

@ -50,7 +50,8 @@ public class CProjectHelper {
}
if (!project.hasNature(CProjectNature.C_NATURE_ID)) {
CCorePlugin.getDefault().mapCProjectOwner(project, "Hi", false);
String projectId = CCorePlugin.PLUGIN_ID + ".make";
CCorePlugin.getDefault().mapCProjectOwner(project, projectId, false);
addNatureToProject(project, CProjectNature.C_NATURE_ID, null);
}