mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[workspace model] move CompilerModuleExtensionBridge to Java plugin (IDEA-269975)
It's now possible to register it via ModuleExtensionBridgeFactory, so we can move the implementation of the platform code. This simplifies code and removes dependencies from RootModelBridgeImpl which complicates its relocation to projectModel.impl module. Also, the old unused implementation CompilerModuleExtensionImpl is now removed. GitOrigin-RevId: 7c112cd837624d049c8f7f30ab2c142500edfb5f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9a38edeead
commit
eab75c7118
@@ -86,6 +86,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.completionMlRanking" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspaceModel.storage" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
<Base>
|
||||
|
||||
Reference in New Issue
Block a user