diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties index efb747d0d07..055ab13a085 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.properties +++ b/build/org.eclipse.cdt.make.ui/plugin.properties @@ -28,3 +28,6 @@ ViewMake.name=Make Targets ActionSetMake.label=Make Actions ActionSetUpdateMake.label=Update Make Projects + +CommandMakeBuild.name=Make Target Build +CommandMakeBuild.description=Invoke a make target build for the selected container. \ No newline at end of file diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml index 35ab474a8ba..b6a6d4367f5 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.xml +++ b/build/org.eclipse.cdt.make.ui/plugin.xml @@ -149,9 +149,9 @@ @@ -159,9 +159,10 @@ + name="%CommandMakeBuild.name" + description="%CommandMakeBuild.description" + category="org.eclipse.ui.category.project" + id="org.eclipse.cdt.make.ui.makeTargetCommand"> + id="org.eclipse.cdt.make.ui.UpdateMakeAction"> - - + + + + + + value="org.eclipse.cdt.core.cnature"> - - - - - - - - - - - - - - + + + + + + + + + + + - + + + + + +