mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
simplify bazel labels (another step towards using simple names that reflect directory structure)
GitOrigin-RevId: 12bfb2d0fa315d87c7a4ade363d0f834cf324b71
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8d29a4140d
commit
6f8ff07ccc
@@ -23,11 +23,11 @@ jvm_library(
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/xdebugger-api:debugger",
|
||||
"//platform/core-ui",
|
||||
"//java/debugger/impl:java-debugger-impl",
|
||||
"//java/debugger/impl",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"@lib//:kotlinx-serialization-json",
|
||||
"//java/execution/impl:java-execution-impl",
|
||||
"//java/debugger/shared:java-debugger-impl-shared",
|
||||
"//java/execution/impl",
|
||||
"//java/debugger/shared",
|
||||
],
|
||||
runtime_deps = [":featuresTrainer_resources"]
|
||||
)
|
||||
@@ -50,13 +50,13 @@ jvm_library(
|
||||
"//platform/platform-impl:ide-impl_test_lib",
|
||||
"//platform/xdebugger-api:debugger",
|
||||
"//platform/core-ui",
|
||||
"//java/debugger/impl:java-debugger-impl",
|
||||
"//java/debugger/impl",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"@lib//:kotlinx-serialization-json",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//java/execution/impl:java-execution-impl",
|
||||
"//java/debugger/shared:java-debugger-impl-shared",
|
||||
"//java/execution/impl",
|
||||
"//java/debugger/shared",
|
||||
],
|
||||
runtime_deps = [":featuresTrainer_resources"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user