Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2013-09-07 10:14:09 +0000
committerAndrew Gvozdev2013-09-08 12:09:33 +0000
commit6856d55b68a7b7f82ab1b9e56a7b7462029b748f (patch)
tree26c2d3b985685033efe9bdc61885dde05344fb5b /build/org.eclipse.cdt.autotools.core
parentda95189bb4aec52af57fa17ae5f322a4a87f42fc (diff)
downloadorg.eclipse.cdt-6856d55b68a7b7f82ab1b9e56a7b7462029b748f.tar.gz
org.eclipse.cdt-6856d55b68a7b7f82ab1b9e56a7b7462029b748f.tar.xz
org.eclipse.cdt-6856d55b68a7b7f82ab1b9e56a7b7462029b748f.zip
bug 416628: "Export" of entries of language settings providers to referencing projects - added provider to do that
Diffstat (limited to 'build/org.eclipse.cdt.autotools.core')
-rw-r--r--build/org.eclipse.cdt.autotools.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.autotools.core/plugin.xml b/build/org.eclipse.cdt.autotools.core/plugin.xml
index 7f81a791031..4b55f8a215f 100644
--- a/build/org.eclipse.cdt.autotools.core/plugin.xml
+++ b/build/org.eclipse.cdt.autotools.core/plugin.xml
@@ -392,7 +392,7 @@
cleanCommand="rm -rf"
errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"
id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build"
- languageSettingsProviders="org.eclipse.cdt.ui.UserLanguageSettingsProvider;org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider;${Toolchain}"
+ languageSettingsProviders="org.eclipse.cdt.ui.UserLanguageSettingsProvider;org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider;org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider;${Toolchain}"
name="%Configuration.build.name">
<toolChain
archList="all"

Back to the top