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

Bug # 206853 : ScannerInfoProviderProxy adds itself twice as CProjectDescriptionListener

This commit is contained in:
Oleg Krasilnikov 2007-11-08 14:40:40 +00:00
parent eaadac7c66
commit b9f77afe5d

View file

@ -32,7 +32,6 @@ public class ScannerInfoProviderProxy extends AbstractCExtensionProxy implements
public ScannerInfoProviderProxy(IProject project) {
super(project, CCorePlugin.BUILD_SCANNER_INFO_UNIQ_ID);
CProjectDescriptionManager.getInstance().addCProjectDescriptionListener(this, CProjectDescriptionEvent.LOADDED | CProjectDescriptionEvent.APPLIED);
}
public IScannerInfo getScannerInformation(IResource resource) {