reverted reverting reverted change

This commit is contained in:
nik
2010-09-01 15:32:27 +04:00
parent de57d873ba
commit 0ae67ff03e
+6 -2
View File
@@ -404,10 +404,14 @@
<projectService serviceInterface="com.intellij.openapi.vcs.CodeSmellDetector"
serviceImplementation="com.intellij.openapi.vcs.impl.CodeSmellDetectorImpl"/>
<projectService serviceInterface="com.intellij.openapi.vcs.changes.patch.PatchBaseDirectoryDetector"
serviceImplementation="com.intellij.openapi.vcs.changes.patch.PsiPatchBaseDirectoryDetector"/>
<projectService serviceInterface="com.intellij.openapi.vcs.changes.ui.ChangesGroupingPolicyFactory"
serviceImplementation="com.intellij.openapi.vcs.changes.ui.ChangesModuleGroupingPolicyFactory"/>
<projectService serviceInterface="com.intellij.openapi.vcs.impl.DefaultVcsRootPolicy"
serviceImplementation="com.intellij.openapi.vcs.impl.ModuleDefaultVcsRootPolicy"/>
<projectService serviceInterface="com.intellij.openapi.vcs.impl.ExcludedFileIndex"
serviceImplementation="com.intellij.openapi.vcs.impl.ProjectExcludedFileIndex"/>
<projectService serviceInterface="com.intellij.openapi.vcs.impl.VcsPathPresenter"
serviceImplementation="com.intellij.openapi.vcs.impl.ModuleVcsPathPresenter"/>
@@ -644,9 +648,9 @@
<!-- Path Variables -->
<!-- the implementation of this configurable is in platform-impl but it's not registered in platform because
it's only required in full IDEA -->
<applicationConfigurable instance="com.intellij.application.options.pathMacros.PathMacroConfigurable"/>
<applicationConfigurable implementation="com.intellij.application.options.pathMacros.PathMacroConfigurable"/>
<applicationConfigurable instance="com.intellij.execution.console.ConsoleFoldingConfigurable"/>
<applicationConfigurable implementation="com.intellij.execution.console.ConsoleFoldingConfigurable"/>
<!-- Resources -->