mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
38 lines
1.2 KiB
Python
38 lines
1.2 KiB
Python
### auto-generated section `build intellij.xslt.debugger` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "xslt-debugger_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "xslt-debugger",
|
|
module_name = "intellij.xslt.debugger",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//xml/xml-psi-api:psi",
|
|
"//plugins/xpath",
|
|
"//plugins/xslt-debugger/engine:xslt-debugger-rt",
|
|
"//platform/lang-api:lang",
|
|
"//xml/xml-parser:parser",
|
|
"//platform/lang-impl",
|
|
"//platform/execution-impl",
|
|
"//platform/xdebugger-api:debugger",
|
|
"//platform/indexing-impl",
|
|
"//platform/xdebugger-impl:debugger-impl",
|
|
"//xml/openapi:xml",
|
|
"//xml/impl",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/util/nanoxml",
|
|
"@lib//:fastutil-min",
|
|
"//platform/core-ui",
|
|
"//platform/platform-util-io:ide-util-io",
|
|
],
|
|
runtime_deps = [":xslt-debugger_resources"]
|
|
)
|
|
### auto-generated section `build intellij.xslt.debugger` end |