Files
openide/java/debugger/backend/resources/intellij.java.debugger.impl.backend.xml
Mikhail Pyltsinandintellij-monorepo-bot 438c4e4b5b [java-frontend] IDEA-366600 Get rid of additional "Java for JetBrains Client" plugin
- java dependencies

Space-RevId: 7d4700ee0761048bb85d3b0a9471b74511f62fc0

GitOrigin-RevId: 9f080945a3c7b361b89c6743ec07ef9163f3e017
2026-01-29 11:31:00 +00:00

26 lines
1.1 KiB
XML

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<dependencies>
<module name="intellij.platform.kernel.backend"/>
<module name="intellij.platform.backend"/>
<module name="intellij.java.debugger.impl.shared"/>
<module name="intellij.java.debugger.impl"/>
<module name="intellij.java.debugger"/>
<module name="intellij.java.impl"/>
<module name="intellij.java.execution"/>
<module name="intellij.platform.core" />
<module name="intellij.platform.kernel" />
<module name="intellij.platform.debugger" />
<module name="intellij.platform.debugger.impl" />
<module name="intellij.platform.ide.impl" />
<module name="intellij.libraries.kotlinx.coroutines.core" />
<module name="intellij.libraries.kotlinx.serialization.json" />
<module name="intellij.platform.rpc.backend" />
<module name="intellij.platform.core.ui" />
<module name="intellij.platform.debugger.impl.shared" />
<module name="intellij.platform.projectModel" />
</dependencies>
<xi:include href="intellij.java.debugger.impl.backend.content.xml"/>
</idea-plugin>