mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
use getExecutables()
This commit is contained in:
parent
c399a92017
commit
0ffaa59b58
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class CViewContentProvider extends CElementContentProvider {
|
|||
extras = new Object[] {archive};
|
||||
}
|
||||
IBinaryContainer bin = cproject.getBinaryContainer();
|
||||
if (getBinaries(bin).length > 0) {
|
||||
if (getExecutables(bin).length > 0) {
|
||||
Object[] o = new Object[] {bin};
|
||||
if (extras != null && extras.length > 0) {
|
||||
extras = concatenate(extras, o);
|
||||
|
|
Loading…
Add table
Reference in a new issue