mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[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:
committed by
intellij-monorepo-bot
parent
bde3a8073f
commit
c492f15332
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user