Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2012-05-10 18:37:41 +0000
committerVivian Kong2012-05-10 18:37:41 +0000
commit347ce240206513a4658fcd8fcd5591b3880f7c30 (patch)
treea46fac1e78d7a6849447ec5d98d730771ced0bda /xlc
parentbe41120c4e91cb1807dc5709ded503e397ba2ac2 (diff)
downloadorg.eclipse.cdt-347ce240206513a4658fcd8fcd5591b3880f7c30.tar.gz
org.eclipse.cdt-347ce240206513a4658fcd8fcd5591b3880f7c30.tar.xz
org.eclipse.cdt-347ce240206513a4658fcd8fcd5591b3880f7c30.zip
Bug 378578 - Adding new include path or symbol adds to both languages
for a CPP project with XLC toolchain
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
index 4a98554cb60..debf68799b4 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
@@ -128,7 +128,7 @@
id="cdt.managedbuild.tool.xlc.c.compiler.abstract"
isAbstract="true"
name="%tool.compiler.c.abstract"
- natureFilter="cnature"
+ natureFilter="both"
outputFlag="-o"
superClass="org.eclipse.cdt.managedbuilder.xlc.ui.tool.abstractCompiler">
<option

Back to the top