Merge branch 'master' of git@git.labs.intellij.net:idea/community
[fedora-idea.git] / resources / src / componentSets / InspectionComponents.xml
blob41a62b8e08664a865e1a973d628910b08a4363db
1 <components xmlns:xi="http://www.w3.org/2001/XInclude"
2             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3             xsi:schemaLocation="http://www.w3.org/2001/XInclude
4    http://www.w3.org/2001/XInclude.xsd">
6   <xi:include href="/componentSets/LocalHistory.xml"/>
7   <xi:include href="Core.xml"/>
9   <application-components>
10     <component>
11       <implementation-class>com.intellij.ide.GeneralSettings</implementation-class>
12     </component>
13     <component>
14       <implementation-class>com.intellij.codeInsight.daemon.DaemonCodeAnalyzerSettings</implementation-class>
15     </component>
16     <component>
17       <interface-class>com.intellij.openapi.projectRoots.JavaSdk</interface-class>
18       <implementation-class>com.intellij.openapi.projectRoots.impl.JavaSdkImpl</implementation-class>
19     </component>
20   </application-components>
22   <module-components>
23     <component>
24       <interface-class>com.intellij.openapi.vcs.impl.VcsManagerPerModuleConfiguration</interface-class>
25       <implementation-class>com.intellij.openapi.vcs.impl.VcsManagerPerModuleConfiguration</implementation-class>
26       <option name="workspace" value="true"/>
27     </component>
28   </module-components>
30 </components>