1
0
Fork 0
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:
Doug Schaefer 2016-05-16 15:02:00 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 1cd5ff5169
commit 8f0ca866c4

View file

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