1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

use getExecutables()

This commit is contained in:
Alain Magloire 2004-08-25 21:35:51 +00:00
parent c399a92017
commit 0ffaa59b58

View file

@ -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);