[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:
nik
2020-04-20 13:25:01 +00:00
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"/>