mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed ID
This commit is contained in:
parent
df2d472f94
commit
739eb331f3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import org.eclipse.core.resources.IResource;
|
|||
|
||||
public class TestScannerProvider extends AbstractCExtension implements IScannerInfoProvider {
|
||||
|
||||
public final static String SCANNER_ID = CTestPlugin.PLUGIN_ID + "TestScanner";
|
||||
public final static String SCANNER_ID = CTestPlugin.PLUGIN_ID + ".TestScanner";
|
||||
|
||||
public IScannerInfo getScannerInformation(IResource resource) {
|
||||
return new TestScannerInfo();
|
||||
|
|
Loading…
Add table
Reference in a new issue