From 701ca1a50cd145acd53277a76d33a6af51f5d798 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Mon, 4 Oct 2010 21:31:03 +0000 Subject: [PATCH] fixed references to obsolete classes in description --- .../ScannerConfigurationDiscoveryProfile.exsd | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/build/org.eclipse.cdt.make.core/schema/ScannerConfigurationDiscoveryProfile.exsd b/build/org.eclipse.cdt.make.core/schema/ScannerConfigurationDiscoveryProfile.exsd index b4ec5732bdb..822b9b752b6 100644 --- a/build/org.eclipse.cdt.make.core/schema/ScannerConfigurationDiscoveryProfile.exsd +++ b/build/org.eclipse.cdt.make.core/schema/ScannerConfigurationDiscoveryProfile.exsd @@ -1,6 +1,6 @@ - + @@ -16,6 +16,9 @@ + + + Definition of a profile: - A scanner info collector @@ -188,11 +191,11 @@ If not specified then <samp>org.eclipse.cdt.make.internal.core.scannerconf - A fully qualified name of the Java class that implements <samp>org.eclipse.cdt.make.core.scannerconfig.IExternalScannerInfoReader</samp> interface. -If not specified then <samp>org.eclipse.cdt.make.internal.core.scannerconfig.DefaultExternalScannerInfoReader</samp> is the default one used. + A fully qualified name of the Java class that implements <samp>org.eclipse.cdt.make.core.scannerconfig.IExternalScannerInfoProvider</samp> interface. +If not specified then <samp>org.eclipse.cdt.make.internal.core.scannerconfig2.DefaultSIFileReader</samp> is the default one used. - + @@ -242,13 +245,5 @@ If not specified then <samp>org.eclipse.cdt.make.internal.core.scannerconf - - - - - - - -