mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
42 lines
1.3 KiB
Python
42 lines
1.3 KiB
Python
### auto-generated section `build intellij.java.langInjection` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "langInjection_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_provided_library(
|
|
name = "plugins_IntelliLang_backend_provided",
|
|
lib = "//plugins/IntelliLang/backend"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "langInjection",
|
|
module_name = "intellij.java.langInjection",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":langInjection_resources"],
|
|
deps = [
|
|
"//java/openapi:java",
|
|
"//java/java-indexing-api:indexing",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/indexing-api:indexing",
|
|
"//platform/lang-impl",
|
|
"//java/compiler/impl",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//RegExpSupport:regexp",
|
|
"//platform/platform-api:ide",
|
|
"//java/java-impl:impl",
|
|
"//plugins/IntelliLang:langInjection",
|
|
"//platform/core-ui",
|
|
"//platform/util/jdom",
|
|
":plugins_IntelliLang_backend_provided",
|
|
],
|
|
runtime_deps = ["//java/langInjection/jps"]
|
|
)
|
|
### auto-generated section `build intellij.java.langInjection` end |