eclipse plugin: give better names for the builder and nature
This commit is contained in:
parent
855d48ab99
commit
76d57e4fbf
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<extension
|
||||
id="Wesnoth_Eclipse_Plugin.projectBuilder"
|
||||
name="Sample Project Builder"
|
||||
name="Wesnoth Project Builder"
|
||||
point="org.eclipse.core.resources.builders">
|
||||
<builder hasNature="true">
|
||||
<run
|
||||
|
@ -14,7 +14,7 @@
|
|||
</extension>
|
||||
<extension
|
||||
id="Wesnoth_Eclipse_Plugin.sampleNature"
|
||||
name="ProjectNature"
|
||||
name="Wesnoth Project Nature"
|
||||
point="org.eclipse.core.resources.natures">
|
||||
<runtime>
|
||||
<run
|
||||
|
|
Loading…
Add table
Reference in a new issue