mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +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
@@ -13,7 +13,7 @@ jvm_library(
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//plugins/java-decompiler/engine:java-decompiler-engine",
|
||||
"//plugins/java-decompiler/engine",
|
||||
"//platform/lang-api:lang",
|
||||
"//java/java-psi-api:psi",
|
||||
"//platform/ide-core-impl",
|
||||
@@ -25,7 +25,7 @@ jvm_library(
|
||||
"//platform/lang-impl",
|
||||
"//platform/statistics",
|
||||
],
|
||||
exports = ["//plugins/java-decompiler/engine:java-decompiler-engine"],
|
||||
exports = ["//plugins/java-decompiler/engine"],
|
||||
runtime_deps = [":java-decompiler_resources"]
|
||||
)
|
||||
|
||||
@@ -35,8 +35,8 @@ jvm_library(
|
||||
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
||||
associates = [":java-decompiler"],
|
||||
deps = [
|
||||
"//plugins/java-decompiler/engine:java-decompiler-engine",
|
||||
"//plugins/java-decompiler/engine:java-decompiler-engine_test_lib",
|
||||
"//plugins/java-decompiler/engine",
|
||||
"//plugins/java-decompiler/engine:engine_test_lib",
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
|
||||
Reference in New Issue
Block a user