1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Some fixes to profile name and ID

This commit is contained in:
Chris Recoskie 2008-01-23 15:06:17 +00:00
parent 2143154aeb
commit 68d6fce0c3
2 changed files with 5 additions and 3 deletions

View file

@ -14,3 +14,5 @@ pluginName=XL C/C++ Managed Build Core
providerName=Eclipse.org
objectFileName=Object File
profileName=XL C/C++ managed make per project SCD profile

View file

@ -12,8 +12,8 @@
<!-- Xl C Managed Make Per Project Profile -->
<!-- The Profile gathers together information about the standard include directories and standard definitions used by the compiler -->
<extension
id="XlCManagedMakePerProjectProfile"
name="Xl C/C++ managed make per project SCD profile"
id="XLCManagedMakePerProjectProfile"
name="%profileName"
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
<!-- The ScannerInfoCollector manages the information generated by the Profile so that it can be easily accessed afterwards -->