mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
fix for 140211
This commit is contained in:
parent
8810434b27
commit
ac1908c621
1 changed files with 13 additions and 3 deletions
|
@ -205,9 +205,19 @@
|
||||||
id="org.eclipse.cdt.managedbuilder.ui.popups.cleanFilesAction"
|
id="org.eclipse.cdt.managedbuilder.ui.popups.cleanFilesAction"
|
||||||
label="%CleanSelectedFiles.label"
|
label="%CleanSelectedFiles.label"
|
||||||
menubarPath="additions"/>
|
menubarPath="additions"/>
|
||||||
<filter
|
<visibility>
|
||||||
name="projectNature"
|
<and>
|
||||||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
<not>
|
||||||
|
<objectClass name="org.eclipse.core.resources.IProject"/>
|
||||||
|
</not>
|
||||||
|
<not>
|
||||||
|
<objectClass name="org.eclipse.core.resources.IFolder"/>
|
||||||
|
</not>
|
||||||
|
<objectState
|
||||||
|
name="projectNature"
|
||||||
|
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||||
|
</and>
|
||||||
|
</visibility>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue