[java-frontend] IDEA-366600 Get rid of additional "Java for JetBrains Client" plugin

- java backend

GitOrigin-RevId: fce68683d12e29cf35b179f848704dbe074f4d76
This commit is contained in:
Mikhail Pyltsin
2026-01-15 16:28:43 +00:00
committed by intellij-monorepo-bot
parent 9c86385d8d
commit 6c3ad84680
140 changed files with 1841 additions and 243 deletions
@@ -1,6 +1,24 @@
<idea-plugin package="com.intellij.java.debugger.impl.backend" xmlns:xi="http://www.w3.org/2001/XInclude">
<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>