mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:10:38 +00:00
eclipse plugin: Use 'enabledWhen' instead of the deprecated 'objectClass'...
...attribute for the wesnoth project page
This commit is contained in:
parent
58e0c3e79c
commit
55c57b5244
@ -807,8 +807,11 @@
|
||||
class="org.wesnoth.propertypages.WesnothProjectPage"
|
||||
icon="icons/wesnoth-icon_16.png"
|
||||
id="org.wesnoth.propertyPages.wesnothProject"
|
||||
name="Wesnoth Project"
|
||||
objectClass="org.eclipse.core.resources.IProject">
|
||||
name="Wesnoth Project">
|
||||
<enabledWhen>
|
||||
<instanceof
|
||||
value="org.eclipse.core.resources.IProject">
|
||||
</instanceof></enabledWhen>
|
||||
</page>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user