mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed compilation breakage.
This commit is contained in:
parent
3b867a0d26
commit
ab86cbc5ae
1 changed files with 5 additions and 1 deletions
|
@ -16,5 +16,9 @@ public class TestExclusion extends RefreshExclusion {
|
|||
String name = resource.getName();
|
||||
return name.endsWith("2");
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean supportsExclusionInstances() {
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue