mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
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
9 lines
268 B
YAML
9 lines
268 B
YAML
- name: lib/json.jar
|
|
contentModules:
|
|
- name: intellij.json
|
|
- name: lib/modules/intellij.json.backend.jar
|
|
contentModules:
|
|
- name: intellij.json.backend
|
|
- name: lib/modules/intellij.json.frontend.split.jar
|
|
contentModules:
|
|
- name: intellij.json.frontend.split |