diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties
index 0b9ce191e7e..edfa9a4e7e0 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.properties
+++ b/build/org.eclipse.cdt.make.ui/plugin.properties
@@ -30,3 +30,19 @@ ViewMake.name=Make Targets
ActionSetMake.label=Make Actions
ActionSetUpdateMake.label=Update Make Projects
+
+# Scope and Key Commands
+scope.makefileEditor.name=Makefile Editor
+makefileEditor.description=Editor for Makefile Files
+
+category.source.name=Makefile Source
+category.source.description= Makefile Source Actions
+
+ActionDefinition.comment.name= Comment
+ActionDefinition.comment.description= Turn the selected lines into # style comments
+
+ActionDefinition.uncomment.name= Uncomment
+ActionDefinition.uncomment.description= Uncomment the selected # style comment lines
+
+MakefileEditor.name=Makefile Editor
+
diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml
index 7287ba1087d..09eae320c28 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.xml
+++ b/build/org.eclipse.cdt.make.ui/plugin.xml
@@ -140,6 +140,47 @@
id="org.eclipse.cdt.make.ui.targetCreateCommand">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+