mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +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 = "jps_resources_1",
|
||||
files = glob(["src/META-INF/**/*"]),
|
||||
strip_prefix = "src"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "jps",
|
||||
module_name = "intellij.javaFX.jps",
|
||||
@@ -29,9 +23,6 @@ jvm_library(
|
||||
"//platform/util/jdom",
|
||||
"@lib//:jetbrains-annotations",
|
||||
],
|
||||
runtime_deps = [
|
||||
":jps_resources",
|
||||
":jps_resources_1",
|
||||
]
|
||||
runtime_deps = [":jps_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.javaFX.jps` end
|
||||
Reference in New Issue
Block a user