mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +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"
|
||||
label="%CleanSelectedFiles.label"
|
||||
menubarPath="additions"/>
|
||||
<filter
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||
<visibility>
|
||||
<and>
|
||||
<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>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue