mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +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
@@ -2,13 +2,13 @@
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "debugger-streams-core-testFramework_resources",
|
||||
name = "testFramework_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "debugger-streams-core-testFramework",
|
||||
name = "testFramework",
|
||||
module_name = "intellij.debugger.streams.core.testFramework",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
@@ -19,6 +19,6 @@ jvm_library(
|
||||
"//plugins/stream-debugger-core:debugger-streams-core",
|
||||
"//platform/xdebugger-api:debugger",
|
||||
],
|
||||
runtime_deps = [":debugger-streams-core-testFramework_resources"]
|
||||
runtime_deps = [":testFramework_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.debugger.streams.core.testFramework` end
|
||||
Reference in New Issue
Block a user