mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
18 lines
545 B
Python
18 lines
545 B
Python
### auto-generated section `build intellij.jsp.base` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "jsp-base",
|
|
module_name = "intellij.jsp.base",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//platform/core-api:core",
|
|
"//platform/platform-api:ide",
|
|
"//xml/openapi:xml",
|
|
"//xml/xml-psi-api:psi",
|
|
"//platform/lang-api:lang",
|
|
],
|
|
exports = ["//xml/openapi:xml"]
|
|
)
|
|
### auto-generated section `build intellij.jsp.base` end |