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:
parent
db06ca5d13
commit
3ed18af344
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue