Pass proper build number to plugin repository (ann)
[fedora-idea.git] / resources / src / componentSets / IdeaComponents.xml
blob73effb91a3e308a94adcf736e02f7879734b0c19
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <components 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">
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       <interface-class>com.intellij.openapi.project.impl.ProjectStoreClassProvider</interface-class>
16       <implementation-class>com.intellij.openapi.components.impl.stores.IdeaProjectStoreClassProvider</implementation-class>
17     </component>
18     <component>
19       <interface-class>com.intellij.openapi.project.ProjectManager</interface-class>
20       <implementation-class>com.intellij.openapi.project.impl.IdeaProjectManagerImpl</implementation-class>
21     </component>
22   </application-components>
23   <project-components>
24     <component>
25       <implementation-class>com.intellij.openapi.components.impl.ServiceManagerImpl</implementation-class>
26     </component>
27   </project-components>
29   <xi:include href="/componentSets/Platform.xml" xpointer="xpointer(/components/*)"/>
30   <xi:include href="/componentSets/LocalHistory.xml" xpointer="xpointer(/components/*)"/>
31   <xi:include href="Core.xml" xpointer="xpointer(/components/*)"/>
32   <xi:include href="/componentSets/UICore.xml" xpointer="xpointer(/components/*)"/>
33   <xi:include href="/componentSets/WindowManagement.xml" xpointer="xpointer(/components/*)"/>
34   <xi:include href="/componentSets/Lang.xml" xpointer="xpointer(/components/*)"/>
35   <xi:include href="/componentSets/ProjectView.xml" xpointer="xpointer(/components/*)"/>
36   <xi:include href="Configurables.xml" xpointer="xpointer(/components/*)"/>
37   <xi:include href="Toolwindows.xml" xpointer="xpointer(/components/*)"/>
38   <xi:include href="/componentSets/Editor.xml" xpointer="xpointer(/components/*)"/>
39   <xi:include href="CodeInsight.xml" xpointer="xpointer(/components/*)"/>
40   <xi:include href="Misc.xml" xpointer="xpointer(/components/*)"/>
41   <xi:include href="Debugger.xml" xpointer="xpointer(/components/*)"/>
42   <xi:include href="Compiler.xml" xpointer="xpointer(/components/*)"/>
43   <xi:include href="/componentSets/Execution.xml" xpointer="xpointer(/components/*)"/>
44   <xi:include href="/componentSets/VCS.xml" xpointer="xpointer(/components/*)"/>
45   <xi:include href="Dom.xml" xpointer="xpointer(/components/*)"/>
47   <application-components>
48     <component>
49       <interface-class>com.intellij.profile.codeInspection.InspectionProfileManager</interface-class>
50       <implementation-class>com.intellij.profile.codeInspection.JavaAwareInspectionProfileManager</implementation-class>
51     </component>
52     <component>
53       <implementation-class>
54         com.intellij.codeInspection.ex.AppInspectionProfilesVisibleTreeState
55       </implementation-class>
56     </component>
57   </application-components>
59   <project-components>
60     <component>
61       <implementation-class>com.intellij.openapi.vcs.impl.ModuleVcsDetector</implementation-class>
62       <skipForDummyProject/>
63     </component>
65     <component>
66       <implementation-class>com.intellij.profile.codeInspection.InspectionProjectProfileManager</implementation-class>
67       <skipForDummyProject/>
68     </component>
70     <component>
71       <implementation-class>com.intellij.notification.impl.ProjectNotificationsComponent</implementation-class>
72       <skipForDummyProject/>
73     </component>
75     <component>
76       <implementation-class>
77         com.intellij.codeInspection.ex.ProjectInspectionProfilesVisibleTreeState
78       </implementation-class>
79       <skipForDummyProject/>
80     </component>
81     
82   </project-components>
84   <module-components>
85     <component>
86       <interface-class>com.intellij.openapi.vcs.impl.VcsManagerPerModuleConfiguration</interface-class>
87       <implementation-class>com.intellij.openapi.vcs.impl.VcsManagerPerModuleConfiguration</implementation-class>
88       <option name="workspace" value="true"/>
89     </component>
90   </module-components>
91 </components>
92