Rename idea/src/META-INF/extensions/{common.xml -> compiler.xml}

To emphasize that this file declares extensions to be registered in the
compiler, not only in the IDE
This commit is contained in:
Alexander Udalov
2017-11-13 17:14:17 +01:00
parent afc9d3ef8b
commit ad730cedf6
6 changed files with 5 additions and 5 deletions
@@ -474,7 +474,7 @@ class KotlinCoreEnvironment private constructor(
override fun createJrtFileSystem(): VirtualFileSystem? = CoreJrtFileSystem()
}
registerApplicationExtensionPointsAndExtensionsFrom(configuration, "extensions/common.xml")
registerApplicationExtensionPointsAndExtensionsFrom(configuration, "extensions/compiler.xml")
registerApplicationServicesForCLI(applicationEnvironment)
registerApplicationServices(applicationEnvironment)