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

Reset configure method to previous implementation

This commit is contained in:
Leo Treggiari 2005-07-06 18:25:25 +00:00
parent db06ca5d13
commit 3ed18af344

View file

@ -45,7 +45,8 @@ public class ManagedMakeProject implements ICOwner {
public void configure(ICDescriptor cproject) throws CoreException {
cproject.remove(CCorePlugin.BUILD_SCANNER_INFO_UNIQ_ID);
cproject.remove(CCorePlugin.BUILDER_MODEL_ID);
updateBinaryParsers(cproject);
cproject.remove(CCorePlugin.BINARY_PARSER_UNIQ_ID);
updateIndexers(cproject);
}