simplify bazel labels (another step towards using simple names that reflect directory structure)

GitOrigin-RevId: 12bfb2d0fa315d87c7a4ade363d0f834cf324b71
This commit is contained in:
Vladimir Krivosheev
2025-05-08 16:25:37 +02:00
committed by intellij-monorepo-bot
parent 8d29a4140d
commit 6f8ff07ccc
609 changed files with 4762 additions and 4690 deletions

View File

@@ -22,8 +22,8 @@ jvm_library(
"//platform/backend/workspace",
"//platform/core-ui",
"//platform/util/text-matching",
"//java/codeserver/highlighting:java-codeserver-highlighting",
"//java/codeserver/core:java-codeserver-core",
"//java/codeserver/highlighting",
"//java/codeserver/core",
"//java/java-syntax:syntax",
]
)