mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Make sure CMake project property page only shows on CMake projects.
Change-Id: I804fcae05e618925d0cbf4b6fbc52b6665789916
This commit is contained in:
parent
1cd5ff5169
commit
8f0ca866c4
1 changed files with 9 additions and 3 deletions
|
@ -20,9 +20,15 @@
|
|||
id="org.eclipse.cdt.cmake.ui.properties.cmakePropertyPage"
|
||||
name="CMake">
|
||||
<enabledWhen>
|
||||
<and>
|
||||
<instanceof
|
||||
value="org.eclipse.core.resources.IProject">
|
||||
</instanceof>
|
||||
<test
|
||||
property="org.eclipse.core.resources.projectNature"
|
||||
value="org.eclipse.cdt.cmake.core.cmakeNature">
|
||||
</test>
|
||||
</and>
|
||||
</enabledWhen>
|
||||
</page>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue