1
0
Fork 0
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:
Sergey Prigogin 2011-04-22 21:32:03 +00:00
parent 3b867a0d26
commit ab86cbc5ae

View file

@ -16,5 +16,9 @@ public class TestExclusion extends RefreshExclusion {
String name = resource.getName();
return name.endsWith("2");
}
@Override
public boolean supportsExclusionInstances() {
return false;
}
}