mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Cosmetics, reformatted XML
This commit is contained in:
parent
031b532df3
commit
24233a0c60
1 changed files with 64 additions and 64 deletions
|
@ -2,78 +2,78 @@
|
||||||
<?eclipse version="3.2"?>
|
<?eclipse version="3.2"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Xl C ScannerConfigurationDiscoveryProfile definitions -->
|
<!-- Xl C ScannerConfigurationDiscoveryProfile definitions -->
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
<!-- We have to extend the core of CDT's make so that we can define a new ScannerConfigurationDiscoveryProfile -->
|
<!-- We have to extend the core of CDT's make so that we can define a new ScannerConfigurationDiscoveryProfile -->
|
||||||
<!-- A ScannerConfigurationDiscoveryProfile is used to discover information about the standard options used by the compiler, e.g. the standard include directories -->
|
<!-- A ScannerConfigurationDiscoveryProfile is used to discover information about the standard options used by the compiler, e.g. the standard include directories -->
|
||||||
|
|
||||||
<!-- Xl C Managed Make Per Project Profile -->
|
<!-- Xl C Managed Make Per Project Profile -->
|
||||||
<!-- The Profile gathers together information about the standard include directories and standard definitions used by the compiler -->
|
<!-- The Profile gathers together information about the standard include directories and standard definitions used by the compiler -->
|
||||||
<extension
|
<extension
|
||||||
id="XLCManagedMakePerProjectProfile"
|
id="XLCManagedMakePerProjectProfile"
|
||||||
name="%profileName"
|
name="%profileName"
|
||||||
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
|
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
|
||||||
|
|
||||||
<!-- The ScannerInfoCollector manages the information generated by the Profile so that it can be easily accessed afterwards -->
|
<!-- The ScannerInfoCollector manages the information generated by the Profile so that it can be easily accessed afterwards -->
|
||||||
<scannerInfoCollector
|
<scannerInfoCollector
|
||||||
class="org.eclipse.cdt.make.xlc.core.scannerconfig.PerFileXLCScannerInfoCollector"
|
class="org.eclipse.cdt.make.xlc.core.scannerconfig.PerFileXLCScannerInfoCollector"
|
||||||
scope="project">
|
scope="project">
|
||||||
</scannerInfoCollector>
|
</scannerInfoCollector>
|
||||||
|
|
||||||
<!-- The ScannerInfoProvider search for the information needed by the profile and send it to the ScannerInfoCollector -->
|
<!-- The ScannerInfoProvider search for the information needed by the profile and send it to the ScannerInfoCollector -->
|
||||||
<scannerInfoProvider providerId="specsFile">
|
<scannerInfoProvider providerId="specsFile">
|
||||||
<!-- Specifies the compiler command that returns the information about standard include directories and standard definitions -->
|
<!-- Specifies the compiler command that returns the information about standard include directories and standard definitions -->
|
||||||
<!-- The compiler command used will be always a C compiler command -->
|
<!-- The compiler command used will be always a C compiler command -->
|
||||||
<!-- The output for C or C++ projects will be different as the ScannerInfoProvider substitute the ${specs_file} variable below with a dummy "c" file or "cpp" file -->
|
<!-- The output for C or C++ projects will be different as the ScannerInfoProvider substitute the ${specs_file} variable below with a dummy "c" file or "cpp" file -->
|
||||||
<run
|
<run
|
||||||
arguments="-E -v ${plugin_state_location}/${specs_file}"
|
arguments="-E -v ${plugin_state_location}/${specs_file}"
|
||||||
command="${XL_compilerRoot}/xlc"
|
command="${XL_compilerRoot}/xlc"
|
||||||
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsRunSIProvider">
|
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsRunSIProvider">
|
||||||
</run>
|
</run>
|
||||||
<!-- Specifies the parser for the output generated by the compiler with the above command line -->
|
<!-- Specifies the parser for the output generated by the compiler with the above command line -->
|
||||||
<scannerInfoConsoleParser
|
<scannerInfoConsoleParser
|
||||||
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsConsoleParser">
|
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsConsoleParser">
|
||||||
</scannerInfoConsoleParser>
|
</scannerInfoConsoleParser>
|
||||||
</scannerInfoProvider>
|
</scannerInfoProvider>
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- Xl C ScannerConfigurationDiscoveryProfile definitions -->
|
<!-- Xl C ScannerConfigurationDiscoveryProfile definitions -->
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
<!-- We have to extend the core of CDT's make so that we can define a new ScannerConfigurationDiscoveryProfile -->
|
<!-- We have to extend the core of CDT's make so that we can define a new ScannerConfigurationDiscoveryProfile -->
|
||||||
<!-- A ScannerConfigurationDiscoveryProfile is used to discover information about the standard options used by the compiler, e.g. the standard include directories -->
|
<!-- A ScannerConfigurationDiscoveryProfile is used to discover information about the standard options used by the compiler, e.g. the standard include directories -->
|
||||||
|
|
||||||
<!-- Xl C Managed Make Per Project Profile -->
|
<!-- Xl C Managed Make Per Project Profile -->
|
||||||
<!-- The Profile gathers together information about the standard include directories and standard definitions used by the compiler -->
|
<!-- The Profile gathers together information about the standard include directories and standard definitions used by the compiler -->
|
||||||
<extension
|
<extension
|
||||||
id="XLCManagedMakePerProjectProfileCPP"
|
id="XLCManagedMakePerProjectProfileCPP"
|
||||||
name="%profileNameCPP"
|
name="%profileNameCPP"
|
||||||
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
|
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
|
||||||
|
|
||||||
<!-- The ScannerInfoCollector manages the information generated by the Profile so that it can be easily accessed afterwards -->
|
<!-- The ScannerInfoCollector manages the information generated by the Profile so that it can be easily accessed afterwards -->
|
||||||
<scannerInfoCollector
|
<scannerInfoCollector
|
||||||
class="org.eclipse.cdt.make.xlc.core.scannerconfig.PerFileXLCScannerInfoCollector"
|
class="org.eclipse.cdt.make.xlc.core.scannerconfig.PerFileXLCScannerInfoCollector"
|
||||||
scope="project">
|
scope="project">
|
||||||
</scannerInfoCollector>
|
</scannerInfoCollector>
|
||||||
|
|
||||||
<!-- The ScannerInfoProvider search for the information needed by the profile and send it to the ScannerInfoCollector -->
|
<!-- The ScannerInfoProvider search for the information needed by the profile and send it to the ScannerInfoCollector -->
|
||||||
<scannerInfoProvider providerId="specsFile">
|
<scannerInfoProvider providerId="specsFile">
|
||||||
<!-- Specifies the compiler command that returns the information about standard include directories and standard definitions -->
|
<!-- Specifies the compiler command that returns the information about standard include directories and standard definitions -->
|
||||||
<!-- The compiler command used will be always a C compiler command -->
|
<!-- The compiler command used will be always a C compiler command -->
|
||||||
<!-- The output for C or C++ projects will be different as the ScannerInfoProvider substitute the ${specs_file} variable below with a dummy "c" file or "cpp" file -->
|
<!-- The output for C or C++ projects will be different as the ScannerInfoProvider substitute the ${specs_file} variable below with a dummy "c" file or "cpp" file -->
|
||||||
<run
|
<run
|
||||||
arguments="-E -v ${plugin_state_location}/${specs_file}"
|
arguments="-E -v ${plugin_state_location}/${specs_file}"
|
||||||
command="${XL_compilerRoot}/xlC"
|
command="${XL_compilerRoot}/xlC"
|
||||||
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsRunSIProvider">
|
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsRunSIProvider">
|
||||||
</run>
|
</run>
|
||||||
<!-- Specifies the parser for the output generated by the compiler with the above command line -->
|
<!-- Specifies the parser for the output generated by the compiler with the above command line -->
|
||||||
<scannerInfoConsoleParser
|
<scannerInfoConsoleParser
|
||||||
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsConsoleParser">
|
class="org.eclipse.cdt.make.xlc.core.scannerconfig.XlCSpecsConsoleParser">
|
||||||
</scannerInfoConsoleParser>
|
</scannerInfoConsoleParser>
|
||||||
</scannerInfoProvider>
|
</scannerInfoProvider>
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue