summaryrefslogtreecommitdiff
path: root/resources/src/componentSets/IdeaComponents.xml
blob: 6faf2c022ed4a52d7c93b63555ab2d5de868d350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<components xmlns:xi="http://www.w3.org/2001/XInclude"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.w3.org/2001/XInclude
   http://www.w3.org/2001/XInclude.xsd">

  <application-components>
    <component>
      <implementation-class>com.intellij.openapi.components.impl.ServiceManagerImpl</implementation-class>
    </component>
    <component>
      <implementation-class>com.intellij.openapi.util.registry.RegistryState</implementation-class>
    </component>
    <component>
      <interface-class>com.intellij.openapi.project.impl.ProjectStoreClassProvider</interface-class>
      <implementation-class>com.intellij.openapi.components.impl.stores.IdeaProjectStoreClassProvider</implementation-class>
    </component>
  </application-components>
  <project-components>
    <component>
      <implementation-class>com.intellij.openapi.components.impl.ServiceManagerImpl</implementation-class>
      <loadForDefaultProject/>
    </component>
  </project-components>

  <xi:include href="/componentSets/Platform.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/UICore.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/WindowManagement.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/Lang.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/ProjectView.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="Toolwindows.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/Editor.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="Misc.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="Compiler.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/Execution.xml" xpointer="xpointer(/components/*)"/>
  <xi:include href="/componentSets/VCS.xml" xpointer="xpointer(/components/*)"/>

  <project-components>
    <component>
      <implementation-class>com.intellij.openapi.vcs.impl.ModuleVcsDetector</implementation-class>
    </component>

    <component>
      <interface-class>com.intellij.profile.codeInspection.InspectionProjectProfileManager</interface-class>
      <implementation-class>com.intellij.profile.codeInspection.InspectionProjectProfileManagerImpl</implementation-class>
      <loadForDefaultProject/>
    </component>

    <component>
      <implementation-class>com.intellij.internal.statistic.updater.SendStatisticsProjectComponent</implementation-class>
    </component>
  </project-components>

  <module-components>
    <component>
      <interface-class>com.intellij.openapi.vcs.impl.VcsManagerPerModuleConfiguration</interface-class>
      <implementation-class>com.intellij.openapi.vcs.impl.VcsManagerPerModuleConfiguration</implementation-class>
      <option name="workspace" value="true"/>
    </component>
  </module-components>
</components>