mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
update nature ID
This commit is contained in:
parent
658534dfe6
commit
1fcdb221f6
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ ActionMakeClean.label=Make clean
|
||||||
ActionMakeRebuild.label=Make rebuild
|
ActionMakeRebuild.label=Make rebuild
|
||||||
ActionMakeUpdate.label=Update Old Make Project...
|
ActionMakeUpdate.label=Update Old Make Project...
|
||||||
|
|
||||||
|
|
||||||
CommandMakeBuildCreate.name=Build/Create Make Target
|
CommandMakeBuildCreate.name=Build/Create Make Target
|
||||||
CommandMakeBuildCreate.description=Build or create a new make build target
|
CommandMakeBuildCreate.description=Build or create a new make build target
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
</action>
|
</action>
|
||||||
<filter
|
<filter
|
||||||
name="nature"
|
name="nature"
|
||||||
value="org.eclipse.cdt.make.core.StdMakeNature">
|
value="org.eclipse.cdt.make.core.makeNature">
|
||||||
</filter>
|
</filter>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
<objectContribution
|
<objectContribution
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
<not>
|
<not>
|
||||||
<objectState
|
<objectState
|
||||||
name="nature"
|
name="nature"
|
||||||
value="org.eclipse.cdt.make.core.StdMakeNature">
|
value="org.eclipse.cdt.make.core.makeNature">
|
||||||
</objectState>
|
</objectState>
|
||||||
</not>
|
</not>
|
||||||
<objectState
|
<objectState
|
||||||
|
|
Loading…
Add table
Reference in a new issue