1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

update nature ID

This commit is contained in:
David Inglis 2003-08-14 13:53:17 +00:00
parent 658534dfe6
commit 1fcdb221f6
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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