mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
64 lines
2.0 KiB
Python
64 lines
2.0 KiB
Python
### auto-generated section `build intellij.commander` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
|
|
|
jvm_resources(
|
|
name = "commander_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "commander",
|
|
module_name = "intellij.commander",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//java/java-impl:impl",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/diff-api:diff",
|
|
"//platform/diff-impl",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/core-ui",
|
|
"//platform/lvcs-api:lvcs",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/structure-view-impl:structureView-impl",
|
|
"//platform/util/jdom",
|
|
"//platform/core-api:core",
|
|
],
|
|
runtime_deps = [":commander_resources"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "commander_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
|
associates = [":commander"],
|
|
deps = [
|
|
"//java/java-impl:impl",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/diff-api:diff",
|
|
"//platform/diff-impl",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/platform-impl:ide-impl_test_lib",
|
|
"//java/testFramework",
|
|
"//plugins/ui-designer:java-guiForms-designer",
|
|
"//plugins/ui-designer:java-guiForms-designer_test_lib",
|
|
"//platform/core-ui",
|
|
"//platform/lvcs-api:lvcs",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/structure-view-impl:structureView-impl",
|
|
"//platform/util/jdom",
|
|
"//platform/testFramework",
|
|
"//platform/testFramework:testFramework_test_lib",
|
|
"//platform/core-api:core",
|
|
],
|
|
runtime_deps = [":commander_resources"]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "commander_test",
|
|
runtime_deps = [":commander_test_lib"]
|
|
)
|
|
### auto-generated section `build intellij.commander` end |