mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
remove scanner and build model on configure
This commit is contained in:
parent
8b12ea5492
commit
ffaa2d3da7
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ import org.eclipse.core.runtime.CoreException;
|
|||
public class MakeProject implements ICOwner {
|
||||
|
||||
public void configure(ICDescriptor cproject) throws CoreException {
|
||||
cproject.remove(CCorePlugin.BUILD_SCANNER_INFO_UNIQ_ID);
|
||||
cproject.remove(CCorePlugin.BUILDER_MODEL_ID);
|
||||
cproject.create(CCorePlugin.BUILD_SCANNER_INFO_UNIQ_ID, MakeScannerProvider.INTERFACE_IDENTITY);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue