mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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
|
||||
ActionMakeUpdate.label=Update Old Make Project...
|
||||
|
||||
|
||||
CommandMakeBuildCreate.name=Build/Create Make Target
|
||||
CommandMakeBuildCreate.description=Build or create a new make build target
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
</action>
|
||||
<filter
|
||||
name="nature"
|
||||
value="org.eclipse.cdt.make.core.StdMakeNature">
|
||||
value="org.eclipse.cdt.make.core.makeNature">
|
||||
</filter>
|
||||
</objectContribution>
|
||||
<objectContribution
|
||||
|
@ -134,7 +134,7 @@
|
|||
<not>
|
||||
<objectState
|
||||
name="nature"
|
||||
value="org.eclipse.cdt.make.core.StdMakeNature">
|
||||
value="org.eclipse.cdt.make.core.makeNature">
|
||||
</objectState>
|
||||
</not>
|
||||
<objectState
|
||||
|
|
Loading…
Add table
Reference in a new issue