mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-frontend] IDEA-366600 Get rid of additional "Java for JetBrains Client" plugin
- fix stream debugger dependencies GitOrigin-RevId: 49d5e13cf3110ae404ebbda29cfdab8b162a3ef7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
615b99a635
commit
b60abdbf63
@@ -31,14 +31,8 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
],
|
||||
exports = [
|
||||
"//java/java-backend:backend",
|
||||
"//java/openapi:java",
|
||||
],
|
||||
runtime_deps = [
|
||||
"//java/debugger/frontend",
|
||||
"//java/debugger/backend",
|
||||
]
|
||||
exports = ["//java/openapi:java"],
|
||||
runtime_deps = ["//java/debugger/backend"]
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
@@ -76,10 +70,7 @@ jvm_library(
|
||||
"//plugins/stream-debugger-core/testFramework",
|
||||
"//platform/util/coroutines",
|
||||
],
|
||||
exports = [
|
||||
"//java/java-backend:backend",
|
||||
"//java/openapi:java",
|
||||
]
|
||||
exports = ["//java/openapi:java"]
|
||||
)
|
||||
### auto-generated section `build intellij.java.debugger.streams` end
|
||||
|
||||
|
||||
@@ -27,8 +27,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.impl" />
|
||||
<orderEntry type="module" module-name="intellij.java.execution" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.backend" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.java.debugger.impl.frontend" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.java.backend" />
|
||||
<orderEntry type="module" module-name="intellij.java.debugger.impl.backend" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.java" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
|
||||
Reference in New Issue
Block a user