mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Bug 266731 - Include directories have to be marked 'source' to get new/header
This commit is contained in:
parent
afbe91c383
commit
df7a426a13
1 changed files with 2 additions and 2 deletions
|
@ -2720,7 +2720,7 @@
|
||||||
<enablement>
|
<enablement>
|
||||||
<or>
|
<or>
|
||||||
<instanceof value="org.eclipse.cdt.core.model.ICElement" />
|
<instanceof value="org.eclipse.cdt.core.model.ICElement" />
|
||||||
<adapt type="org.eclipse.core.resources.IProject">
|
<adapt type="org.eclipse.core.resources.IContainer">
|
||||||
<test
|
<test
|
||||||
property="org.eclipse.core.resources.projectNature"
|
property="org.eclipse.core.resources.projectNature"
|
||||||
value="org.eclipse.cdt.core.cnature"/>
|
value="org.eclipse.cdt.core.cnature"/>
|
||||||
|
@ -2751,7 +2751,7 @@
|
||||||
<enablement>
|
<enablement>
|
||||||
<or>
|
<or>
|
||||||
<instanceof value="org.eclipse.cdt.core.model.ICElement" />
|
<instanceof value="org.eclipse.cdt.core.model.ICElement" />
|
||||||
<adapt type="org.eclipse.core.resources.IProject">
|
<adapt type="org.eclipse.core.resources.IContainer">
|
||||||
<test
|
<test
|
||||||
property="org.eclipse.core.resources.projectNature"
|
property="org.eclipse.core.resources.projectNature"
|
||||||
value="org.eclipse.cdt.core.cnature"/>
|
value="org.eclipse.cdt.core.cnature"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue