Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2003-08-21 20:32:25 +0000
committerDavid Inglis2003-08-21 20:32:25 +0000
commit7a80c16083697a32b63b43354e4f613439f80f8c (patch)
tree8e8ef3f8de32b2402ab6769093fb4320cf446ddd /build/org.eclipse.cdt.make.ui/plugin.xml
parent06ff1402fac102aa327a9937f2ffd78023a1c9c3 (diff)
downloadorg.eclipse.cdt-7a80c16083697a32b63b43354e4f613439f80f8c.tar.gz
org.eclipse.cdt-7a80c16083697a32b63b43354e4f613439f80f8c.tar.xz
org.eclipse.cdt-7a80c16083697a32b63b43354e4f613439f80f8c.zip
fixed up reatebuild action
Diffstat (limited to 'build/org.eclipse.cdt.make.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml
index c01f648f1e0..c95b1bdcb45 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.xml
+++ b/build/org.eclipse.cdt.make.ui/plugin.xml
@@ -84,7 +84,7 @@
id="org.eclipse.cdt.make.ui.CViewCreateBuildAction">
</action>
<filter
- name="nature"
+ name="projectNature"
value="org.eclipse.cdt.make.core.makeNature">
</filter>
</objectContribution>
@@ -100,7 +100,7 @@
id="org.eclipse.cdt.make.ui.NavigatorCreateBuildAction">
</action>
<filter
- name="nature"
+ name="projectNature"
value="org.eclipse.cdt.make.core.makeNature">
</filter>
</objectContribution>

Back to the top