CPP-434 rename [python-core.xml] -> [python-core-core.xml]
[idea/community.git] / resources / src / componentSets / IdeaComponents.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude"
3              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4              xsi:schemaLocation="http://www.w3.org/2001/XInclude
5    http://www.w3.org/2001/XInclude.xsd">
6
7   <application-components>
8     <component>
9       <implementation-class>com.intellij.openapi.components.impl.ServiceManagerImpl</implementation-class>
10     </component>
11     <component>
12       <implementation-class>com.intellij.openapi.util.registry.RegistryState</implementation-class>
13     </component>
14     <component>
15       <implementation-class>com.intellij.internal.statistic.updater.SendStatisticsComponent</implementation-class>
16     </component>
17     <component>
18       <interface-class>com.intellij.openapi.project.impl.ProjectStoreClassProvider</interface-class>
19       <implementation-class>com.intellij.configurationStore.PlatformLangProjectStoreClassProvider</implementation-class>
20     </component>
21   </application-components>
22   <project-components>
23     <component>
24       <implementation-class>com.intellij.openapi.components.impl.ServiceManagerImpl</implementation-class>
25       <loadForDefaultProject/>
26     </component>
27   </project-components>
28
29   <xi:include href="/componentSets/Platform.xml" xpointer="xpointer(/idea-plugin/*)"/>
30   <xi:include href="/componentSets/UICore.xml" xpointer="xpointer(/idea-plugin/*)"/>
31   <xi:include href="/componentSets/WindowManagement.xml" xpointer="xpointer(/idea-plugin/*)"/>
32   <xi:include href="/componentSets/Lang.xml" xpointer="xpointer(/idea-plugin/*)"/>
33   <xi:include href="/componentSets/ProjectView.xml" xpointer="xpointer(/idea-plugin/*)"/>
34   <xi:include href="/componentSets/Editor.xml" xpointer="xpointer(/idea-plugin/*)"/>
35   <xi:include href="Misc.xml" xpointer="xpointer(/idea-plugin/*)"/>
36   <xi:include href="Compiler.xml" xpointer="xpointer(/idea-plugin/*)"/>
37   <xi:include href="/componentSets/Execution.xml" xpointer="xpointer(/idea-plugin/*)"/>
38   <xi:include href="/componentSets/VCS.xml" xpointer="xpointer(/idea-plugin/*)"/>
39
40   <project-components>
41     <component>
42       <implementation-class>com.intellij.openapi.vcs.impl.ModuleVcsDetector</implementation-class>
43     </component>
44
45     <component>
46       <interface-class>com.intellij.profile.codeInspection.InspectionProjectProfileManager</interface-class>
47       <implementation-class>com.intellij.profile.codeInspection.InspectionProjectProfileManagerImpl</implementation-class>
48       <loadForDefaultProject/>
49     </component>
50   </project-components>
51
52 </idea-plugin>
53