[java] convert modules reused in the frontend to embedded content modules (IDEA-366600)

This way we don't need to specify them in the plugin layout manually. Also, we need to convert all modules in the Java plugin to content modules to get rid of an additional "Java Extension for Remote Client" plugin.

GitOrigin-RevId: 90956b93078784ffcea5f75038e86a4ae4846488
This commit is contained in:
Nikolay Chashnikov
2025-03-12 13:07:18 +01:00
committed by intellij-monorepo-bot
parent bde3a8073f
commit c492f15332
4 changed files with 7 additions and 15 deletions

View File

@@ -11,11 +11,11 @@
- name: lib/frontend-split/java-frontend.jar
modules:
- name: intellij.java.frontend
- name: lib/java-frontback.jar
modules:
- name: intellij.java.frontback.impl
- name: lib/java-impl-frontend.jar
contentModules:
- name: intellij.java.frontback.psi
- name: intellij.java.frontback.psi.impl
- name: intellij.java.frontback.impl
- name: intellij.java.debugger.impl.shared
- name: lib/java-impl.jar
projectLibraries: