mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
update bazel files
GitOrigin-RevId: 0a24ce8e81d403fa978c7237a7fc193ec40cb0bc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
81d75bc80c
commit
0d7a3d6a26
@@ -7,12 +7,6 @@ jvm_resources(
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_resources(
|
||||
name = "rt_resources_1",
|
||||
files = glob(["src/META-INF/**/*"]),
|
||||
strip_prefix = "src"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "rt",
|
||||
module_name = "intellij.java.rt",
|
||||
@@ -23,9 +17,6 @@ jvm_library(
|
||||
"@lib//:java-rt-ant-1-7-1-provided",
|
||||
"@lib//:junit4",
|
||||
],
|
||||
runtime_deps = [
|
||||
":rt_resources",
|
||||
":rt_resources_1",
|
||||
]
|
||||
runtime_deps = [":rt_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.java.rt` end
|
||||
Reference in New Issue
Block a user