1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
David Inglis 2004-03-19 13:07:51 +00:00
parent df2d472f94
commit 739eb331f3

View file

@ -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();