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:
parent
8bf8075639
commit
241ff5cf7f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue