workaround for IJPL-209578 Build failure on branch 252 due to BeanInfo loading error for TextFieldWithBrowseButton component

GitOrigin-RevId: a9cfb5a282ddcdf41270730ae140b297448d4f99
This commit is contained in:
Leonid Shalupov
2025-09-29 21:01:16 -07:00
committed by intellij-monorepo-bot
parent dd636c0c34
commit ec0ce62aae
3 changed files with 3 additions and 0 deletions

View File

@@ -18,5 +18,6 @@
<orderEntry type="module" module-name="intellij.platform.concurrency" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
</component>
</module>

View File

@@ -26,6 +26,7 @@
<orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.java.ui" />

View File

@@ -27,6 +27,7 @@
<orderEntry type="module" module-name="intellij.python.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.inspect" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.python.community.core.impl" />
</component>