simplify bazel labels (another step towards using simple names that reflect directory structure) — handle camelCase case

GitOrigin-RevId: 709eafe49fcb3be48c50440ae19a08e083bc8cb3
This commit is contained in:
Vladimir Krivosheev
2025-05-10 09:04:40 +02:00
committed by intellij-monorepo-bot
parent 5e5c318590
commit 3616fb0a2f
136 changed files with 421 additions and 410 deletions

View File

@@ -12,7 +12,7 @@ jvm_library(
"//java/compiler/forms-compiler:java-guiForms-compiler",
"//platform/forms_rt:java-guiForms-rt",
"@lib//:asm",
"//java/compiler/instrumentation-util:java-compiler-instrumentationUtil",
"//java/compiler/instrumentation-util",
],
runtime_deps = ["//java/compiler/instrumentation-util-8:java-compiler-instrumentationUtil-java8"]
)