mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] cleanup: remove commented registration of RemoteTemplatesFactory
moduleType extension point is now dynamic so if we want to make RemoteTemplatesFactory an extension point we'll need to clear caches when list of moduleType extensions changes. GitOrigin-RevId: a8c1351b33452c218d864ff07994c9954cccf7b3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a810473dd3
commit
fba4c538f3
@@ -31,9 +31,6 @@
|
||||
<vcsAwareCheckoutListener implementation="com.intellij.openapi.vcs.checkout.RegisterMappingCheckoutListener"/>
|
||||
|
||||
<projectTemplatesFactory implementation="com.intellij.platform.templates.ArchivedTemplatesFactory"/>
|
||||
<!--
|
||||
<projectTemplatesFactory implementation="com.intellij.platform.templates.RemoteTemplatesFactory"/>
|
||||
-->
|
||||
<applicationService serviceImplementation="com.intellij.platform.templates.ProjectTemplateExportable"/>
|
||||
<exportable serviceInterface="com.intellij.platform.templates.ProjectTemplateExportable"/>
|
||||
<projectTemplateFileProcessor implementation="com.intellij.platform.templates.SystemFileProcessor"/>
|
||||
|
||||
Reference in New Issue
Block a user