mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
27 lines
889 B
Python
27 lines
889 B
Python
### auto-generated section `build intellij.commandInterface` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "commandInterface_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "commandInterface",
|
|
module_name = "intellij.commandInterface",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["gen/**/*.kt", "gen/**/*.java", "src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":commandInterface_resources"],
|
|
deps = [
|
|
"//platform/core-api:core",
|
|
"//platform/util",
|
|
"//platform/core-impl",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/analysis-impl",
|
|
"//platform/execution",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
],
|
|
runtime_deps = ["//platform/backend"]
|
|
)
|
|
### auto-generated section `build intellij.commandInterface` end |