mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IJPL-218803 IJ-MR-179029 IJ-MR-175479 IJ-MR-184126 don't export execution from lang to avoid excessive and incorrect deps on debugger
GitOrigin-RevId: f27713c975606c010f230539bc7ffe7f9c6c815c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e56b96858e
commit
9102a339c5
@@ -28,6 +28,7 @@ jvm_library(
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/execution",
|
||||
"//platform/refactoring",
|
||||
"//python:python-community-impl",
|
||||
"//plugins/ide-features-trainer:featuresTrainer",
|
||||
@@ -60,6 +61,7 @@ jvm_library(
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/execution",
|
||||
"//platform/refactoring",
|
||||
"//python:python-community-impl",
|
||||
"//plugins/ide-features-trainer:featuresTrainer",
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
||||
<orderEntry type="module" module-name="intellij.featuresTrainer" />
|
||||
|
||||
Reference in New Issue
Block a user