1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05:35 +02:00

fixed references to obsolete classes in description

This commit is contained in:
Andrew Gvozdev 2010-10-04 21:31:03 +00:00
parent ee9178ec5e
commit 701ca1a50c

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE --> <!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.make.core"> <schema targetNamespace="org.eclipse.cdt.make.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation> <annotation>
<appInfo> <appInfo>
<meta.schema plugin="org.eclipse.cdt.make.core" id="ScannerConfigurationDiscoveryProfile" name="Scanner Configuration Discovery Profile"/> <meta.schema plugin="org.eclipse.cdt.make.core" id="ScannerConfigurationDiscoveryProfile" name="Scanner Configuration Discovery Profile"/>
@ -16,6 +16,9 @@
<element name="extension"> <element name="extension">
<annotation> <annotation>
<appInfo>
<meta.element />
</appInfo>
<documentation> <documentation>
Definition of a profile: Definition of a profile:
- A scanner info collector - A scanner info collector
@ -188,11 +191,11 @@ If not specified then &lt;samp&gt;org.eclipse.cdt.make.internal.core.scannerconf
<attribute name="class" type="string"> <attribute name="class" type="string">
<annotation> <annotation>
<documentation> <documentation>
A fully qualified name of the Java class that implements &lt;samp&gt;org.eclipse.cdt.make.core.scannerconfig.IExternalScannerInfoReader&lt;/samp&gt; interface. A fully qualified name of the Java class that implements &lt;samp&gt;org.eclipse.cdt.make.core.scannerconfig.IExternalScannerInfoProvider&lt;/samp&gt; interface.
If not specified then &lt;samp&gt;org.eclipse.cdt.make.internal.core.scannerconfig.DefaultExternalScannerInfoReader&lt;/samp&gt; is the default one used. If not specified then &lt;samp&gt;org.eclipse.cdt.make.internal.core.scannerconfig2.DefaultSIFileReader&lt;/samp&gt; is the default one used.
</documentation> </documentation>
<appInfo> <appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.make.core.scannerconfig.IESIFileReader"/> <meta.attribute kind="java" basedOn=":org.eclipse.cdt.make.core.scannerconfig.IExternalScannerInfoProvider"/>
</appInfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
@ -242,13 +245,5 @@ If not specified then &lt;samp&gt;org.eclipse.cdt.make.internal.core.scannerconf
</documentation> </documentation>
</annotation> </annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
</documentation>
</annotation>
</schema> </schema>