Skip to content

Commit ff59fb3

Browse files
develarintellij-monorepo-bot
authored andcommitted
simplify bazel labels (another step towards using simple names that reflect directory structure)
GitOrigin-RevId: 12bfb2d0fa315d87c7a4ade363d0f834cf324b71
1 parent fa06164 commit ff59fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jvm_library(
4545
"@community//plugins/IntelliLang:langInjection",
4646
"@community//platform/vcs-impl",
4747
"@community//spellchecker",
48-
"//webcore/impl:webide-impl",
48+
"//webcore/impl",
4949
"@community//platform/backend/workspace",
5050
"@lib//:swingx",
5151
"@lib//:gson",
@@ -98,7 +98,7 @@ jvm_library(
9898
"@community//platform/vcs-impl:vcs-impl_test_lib",
9999
"@community//spellchecker",
100100
"@community//spellchecker:spellchecker_test_lib",
101-
"//webcore/impl:webide-impl",
101+
"//webcore/impl",
102102
"@community//platform/backend/workspace",
103103
"@community//platform/testFramework",
104104
"@community//platform/testFramework:testFramework_test_lib",

0 commit comments

Comments
 (0)