mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[json + remdev] IJPL-176240 Remove package attribute from the json.frontend module
Now all content modules of the plugin are packed into separate jars, establish correct dependencies between themselves and form a single plugin with universal layout, that might be installed into any kind of IDE, be it frontend, backend or monolith one GitOrigin-RevId: 2027155ceb2584b194c156cf62c169d6712e2e4c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5074c175e7
commit
771ef70a6f
@@ -1,9 +1,9 @@
|
||||
- name: lib/frontend-split/json-frontend.jar
|
||||
modules:
|
||||
- name: intellij.json.frontend
|
||||
- name: lib/json.jar
|
||||
contentModules:
|
||||
- name: intellij.json
|
||||
- name: lib/modules/intellij.json.split.jar
|
||||
- name: lib/modules/intellij.json.backend.jar
|
||||
contentModules:
|
||||
- name: intellij.json.split
|
||||
- name: intellij.json.backend
|
||||
- name: lib/modules/intellij.json.frontend.split.jar
|
||||
contentModules:
|
||||
- name: intellij.json.frontend.split
|
||||
Reference in New Issue
Block a user