Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorChris Recoskie2008-01-23 15:06:17 +0000
committerChris Recoskie2008-01-23 15:06:17 +0000
commit68d6fce0c3c81a67e5a1573efb335d17e9fd1a3d (patch)
tree3183dcd5c607bef6e9e70bf9e9a31c207bece1da /xlc
parent2143154aebde866ea7fa1afe822e11634ae06b7d (diff)
downloadorg.eclipse.cdt-68d6fce0c3c81a67e5a1573efb335d17e9fd1a3d.tar.gz
org.eclipse.cdt-68d6fce0c3c81a67e5a1573efb335d17e9fd1a3d.tar.xz
org.eclipse.cdt-68d6fce0c3c81a67e5a1573efb335d17e9fd1a3d.zip
Some fixes to profile name and ID
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties4
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.xml4
2 files changed, 5 insertions, 3 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties
index c685daacfe8..d109ae0d3b5 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties
@@ -13,4 +13,6 @@
pluginName=XL C/C++ Managed Build Core
providerName=Eclipse.org
-objectFileName=Object File \ No newline at end of file
+objectFileName=Object File
+
+profileName=XL C/C++ managed make per project SCD profile \ No newline at end of file
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.xml
index 60d56ef0d54..7bd7f2b71a7 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.xml
@@ -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 -->

Back to the top