Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2003-10-01 14:48:37 +0000
committerDavid Inglis2003-10-01 14:48:37 +0000
commit03851f0932b7e8ae865d68f61b025077aac92b62 (patch)
treeabf80929a7a733ad54acf507ebbe69d153a48021
parent02de2c978820252ba06bc0e2631b80349f2633a3 (diff)
downloadorg.eclipse.cdt-03851f0932b7e8ae865d68f61b025077aac92b62.tar.gz
org.eclipse.cdt-03851f0932b7e8ae865d68f61b025077aac92b62.tar.xz
org.eclipse.cdt-03851f0932b7e8ae865d68f61b025077aac92b62.zip
added create target of IContainer
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml
index 98bd4ccedc1..9be4fd2a1cb 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.xml
+++ b/build/org.eclipse.cdt.make.ui/plugin.xml
@@ -112,6 +112,13 @@
enablesFor="1"
id="org.eclipse.cdt.make.ui.NavigatorBuildTargetAction">
</action>
+ <action
+ label="%ActionMakeCreateTarget.label"
+ class="org.eclipse.cdt.make.ui.actions.CreateTargetAction"
+ menubarPath="additions"
+ enablesFor="1"
+ id="org.eclipse.cdt.make.ui.CViewCreateTargetAction">
+ </action>
<filter
name="projectNature"
value="org.eclipse.cdt.make.core.makeNature">

Back to the top