mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Enable C++ Build properties on CDT project in the Java perspective, e.g. for Android Native.
This commit is contained in:
parent
40fee88bac
commit
ec96add1ba
1 changed files with 3 additions and 2 deletions
|
@ -485,8 +485,9 @@
|
|||
</filter>
|
||||
<enabledWhen>
|
||||
<or>
|
||||
<instanceof value="org.eclipse.core.resources.IProject"/>
|
||||
<instanceof value="org.eclipse.cdt.core.model.ICProject"/>
|
||||
<adapt
|
||||
type="org.eclipse.core.resources.IProject">
|
||||
</adapt>
|
||||
|
||||
<instanceof value="org.eclipse.core.resources.IFolder"/>
|
||||
<instanceof value="org.eclipse.cdt.core.model.ICContainer"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue