mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
26 lines
733 B
Python
26 lines
733 B
Python
### auto-generated section `build intellij.xml.structureView` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "structureView_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "structureView",
|
|
module_name = "intellij.xml.structureView",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//platform/core-api:core",
|
|
"//platform/util",
|
|
"//xml/xml-psi-api:psi",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
],
|
|
runtime_deps = [
|
|
":structureView_resources",
|
|
"//platform/backend",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.xml.structureView` end |