Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Felber2014-04-11 13:44:42 +0000
committerSergey Prigogin2014-04-11 18:19:49 +0000
commit8b64594a96807930ddace21b15228b3f62c9dc18 (patch)
tree9324c7e4e499beb98da93a79560a9112577818b3 /core
parent1b6d7674006c4935f6c4ae28f861efd837b58649 (diff)
downloadorg.eclipse.cdt-8b64594a96807930ddace21b15228b3f62c9dc18.tar.gz
org.eclipse.cdt-8b64594a96807930ddace21b15228b3f62c9dc18.tar.xz
org.eclipse.cdt-8b64594a96807930ddace21b15228b3f62c9dc18.zip
added missing extension less headers 'condition_variable' and 'ctgmath '
to cdt-file-types-list (as defined in c++ standard section 17.6.1.2) Change-Id: Idbbba12655a72b24cd28aab71d9a613320a7e70c Signed-off-by: Lukas Felber <l.felber@gmx.ch> Reviewed-on: https://git.eclipse.org/r/24854 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index b93ec84dd46..fea1dc39ffd 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -560,6 +560,11 @@
content-type="org.eclipse.cdt.core.cxxHeader"
file-names="typeindex,typeinfo,type_traits,unordered_map,unordered_set,utility,valarray,vector"/>
</extension>
+ <extension point="org.eclipse.core.contenttype.contentTypes">
+ <file-association
+ content-type="org.eclipse.cdt.core.cxxHeader"
+ file-names="condition_variable,ctgmath"/>
+ </extension>
<!-- =================================================================================== -->
<!-- Initialize the preference for the Core Plugin -->

Back to the top