From 55efa70a8a755c2f485c9bf296578c7346ce26fb Mon Sep 17 00:00:00 2001 From: David Inglis Date: Thu, 4 Sep 2003 20:27:08 +0000 Subject: [PATCH] add command for targetbuidl ation --- .../org.eclipse.cdt.make.ui/plugin.properties | 3 + build/org.eclipse.cdt.make.ui/plugin.xml | 84 +++++++++++-------- 2 files changed, 52 insertions(+), 35 deletions(-) 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"> - - - - - - - - - - - - - - + + + + + + + + + + + - + + + + + +