mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
36 lines
1.0 KiB
Python
36 lines
1.0 KiB
Python
### auto-generated section `build intellij.python.tools` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "tools_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "tools",
|
|
module_name = "intellij.python.tools",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/testFramework",
|
|
"//python/python-psi-api:psi",
|
|
"//python:python-community-impl",
|
|
"@lib//:guava",
|
|
"//python/python-sdk:sdk",
|
|
"@lib//:kotlin-script-runtime",
|
|
"@lib//ant/lib:ant-antlr-provided",
|
|
"//python/testFramework",
|
|
],
|
|
runtime_deps = [
|
|
":tools_resources",
|
|
"//python:pycharm-community",
|
|
"//python/pluginCore:community-plugin",
|
|
"//platform/build-scripts/downloader",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.tools` end |