mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
update bazel files
GitOrigin-RevId: 4a1f45312f93e76248b05a7c8cc27a2b2ac84036
This commit is contained in:
committed by
intellij-monorepo-bot
parent
73395d1d4c
commit
e3d5d85a47
@@ -96,6 +96,7 @@ jvm_library(
|
|||||||
"//platform/eel-impl",
|
"//platform/eel-impl",
|
||||||
"@lib//:opentelemetry",
|
"@lib//:opentelemetry",
|
||||||
"//java/debugger/shared:java-debugger-impl-shared",
|
"//java/debugger/shared:java-debugger-impl-shared",
|
||||||
|
"//platform/xdebugger-impl:debugger-impl",
|
||||||
":java-guiForms-rt_provided",
|
":java-guiForms-rt_provided",
|
||||||
":artifactResolver-m31_provided",
|
":artifactResolver-m31_provided",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ jvm_library(
|
|||||||
"@lib//:kotlin-reflect",
|
"@lib//:kotlin-reflect",
|
||||||
"@lib//:kotlinx-serialization-core",
|
"@lib//:kotlinx-serialization-core",
|
||||||
"//platform/statistics/testFramework",
|
"//platform/statistics/testFramework",
|
||||||
|
"//platform/xdebugger-api:debugger",
|
||||||
],
|
],
|
||||||
runtime_deps = [":maven-tests_test_resources"]
|
runtime_deps = [":maven-tests_test_resources"]
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
### auto-generated section `build intellij.python.community.impl.poetry` start
|
### auto-generated section `build intellij.python.community.impl.poetry` start
|
||||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||||
|
|
||||||
|
jvm_resources(
|
||||||
|
name = "community-impl-poetry_resources",
|
||||||
|
files = glob(["resources/**/*"]),
|
||||||
|
strip_prefix = "resources"
|
||||||
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
name = "community-impl-poetry",
|
name = "community-impl-poetry",
|
||||||
@@ -10,6 +16,8 @@ jvm_library(
|
|||||||
"@lib//:kotlin-stdlib",
|
"@lib//:kotlin-stdlib",
|
||||||
"@lib//:jetbrains-annotations",
|
"@lib//:jetbrains-annotations",
|
||||||
"//platform/core-api:core",
|
"//platform/core-api:core",
|
||||||
]
|
"//python/python-sdk:sdk",
|
||||||
|
],
|
||||||
|
runtime_deps = [":community-impl-poetry_resources"]
|
||||||
)
|
)
|
||||||
### auto-generated section `build intellij.python.community.impl.poetry` end
|
### auto-generated section `build intellij.python.community.impl.poetry` end
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
### auto-generated section `build intellij.python.community.core.impl` start
|
### auto-generated section `build intellij.python.community.core.impl` start
|
||||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||||
|
|
||||||
|
jvm_resources(
|
||||||
|
name = "community-core-impl_resources",
|
||||||
|
files = glob(["resources/**/*"]),
|
||||||
|
strip_prefix = "resources"
|
||||||
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
name = "community-core-impl",
|
name = "community-core-impl",
|
||||||
@@ -14,6 +20,7 @@ jvm_library(
|
|||||||
"@lib//:guava",
|
"@lib//:guava",
|
||||||
"//python/python-psi-impl:psi-impl",
|
"//python/python-psi-impl:psi-impl",
|
||||||
"//python/python-sdk:sdk",
|
"//python/python-sdk:sdk",
|
||||||
]
|
],
|
||||||
|
runtime_deps = [":community-core-impl_resources"]
|
||||||
)
|
)
|
||||||
### auto-generated section `build intellij.python.community.core.impl` end
|
### auto-generated section `build intellij.python.community.core.impl` end
|
||||||
@@ -28,6 +28,9 @@ jvm_library(
|
|||||||
"//python/python-parser:parser",
|
"//python/python-parser:parser",
|
||||||
"//python/python-ast:ast",
|
"//python/python-ast:ast",
|
||||||
],
|
],
|
||||||
runtime_deps = [":psi_resources"]
|
runtime_deps = [
|
||||||
|
":psi_resources",
|
||||||
|
"//platform/backend",
|
||||||
|
]
|
||||||
)
|
)
|
||||||
### auto-generated section `build intellij.python.psi` end
|
### auto-generated section `build intellij.python.psi` end
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
### auto-generated section `build intellij.python.pyproject` start
|
### auto-generated section `build intellij.python.pyproject` start
|
||||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
||||||
|
|
||||||
|
jvm_resources(
|
||||||
|
name = "pyproject_resources",
|
||||||
|
files = glob(["resources/**/*"]),
|
||||||
|
strip_prefix = "resources"
|
||||||
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
name = "pyproject",
|
name = "pyproject",
|
||||||
@@ -15,7 +21,8 @@ jvm_library(
|
|||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//plugins/toml/core",
|
"//plugins/toml/core",
|
||||||
"@lib//:tuweni-toml",
|
"@lib//:tuweni-toml",
|
||||||
]
|
],
|
||||||
|
runtime_deps = [":pyproject_resources"]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
@@ -36,7 +43,8 @@ jvm_library(
|
|||||||
"@lib//:tuweni-toml",
|
"@lib//:tuweni-toml",
|
||||||
"@lib//:junit5",
|
"@lib//:junit5",
|
||||||
"@lib//:junit5Params",
|
"@lib//:junit5Params",
|
||||||
]
|
],
|
||||||
|
runtime_deps = [":pyproject_resources"]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_test(
|
jvm_test(
|
||||||
|
|||||||
@@ -39,7 +39,10 @@ jvm_library(
|
|||||||
"//platform/eel-impl",
|
"//platform/eel-impl",
|
||||||
"//platform/eel-provider",
|
"//platform/eel-provider",
|
||||||
],
|
],
|
||||||
runtime_deps = [":sdk_resources"]
|
runtime_deps = [
|
||||||
|
":sdk_resources",
|
||||||
|
"//platform/backend",
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
### auto-generated section `build intellij.python.community.services.internal.impl` start
|
### auto-generated section `build intellij.python.community.services.internal.impl` start
|
||||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
||||||
|
|
||||||
|
jvm_resources(
|
||||||
|
name = "python-community-services-internal-impl_resources",
|
||||||
|
files = glob(["resources/**/*"]),
|
||||||
|
strip_prefix = "resources"
|
||||||
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
name = "python-community-services-internal-impl",
|
name = "python-community-services-internal-impl",
|
||||||
@@ -15,7 +21,8 @@ jvm_library(
|
|||||||
"//python/openapi:community",
|
"//python/openapi:community",
|
||||||
"@lib//:kotlinx-coroutines-core",
|
"@lib//:kotlinx-coroutines-core",
|
||||||
"//python/python-sdk:sdk",
|
"//python/python-sdk:sdk",
|
||||||
]
|
],
|
||||||
|
runtime_deps = [":python-community-services-internal-impl_resources"]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
@@ -39,7 +46,8 @@ jvm_library(
|
|||||||
"//python/python-sdk:sdk",
|
"//python/python-sdk:sdk",
|
||||||
"//python/python-sdk:sdk_test_lib",
|
"//python/python-sdk:sdk_test_lib",
|
||||||
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
|
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
|
||||||
]
|
],
|
||||||
|
runtime_deps = [":python-community-services-internal-impl_resources"]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_test(
|
jvm_test(
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
### auto-generated section `build intellij.python.community.services.shared` start
|
### auto-generated section `build intellij.python.community.services.shared` start
|
||||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||||
|
|
||||||
|
jvm_resources(
|
||||||
|
name = "python-community-services-shared_resources",
|
||||||
|
files = glob(["resources/**/*"]),
|
||||||
|
strip_prefix = "resources"
|
||||||
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
name = "python-community-services-shared",
|
name = "python-community-services-shared",
|
||||||
@@ -11,6 +17,7 @@ jvm_library(
|
|||||||
"//python/openapi:community",
|
"//python/openapi:community",
|
||||||
"@lib//:jetbrains-annotations",
|
"@lib//:jetbrains-annotations",
|
||||||
"//platform/eel-provider",
|
"//platform/eel-provider",
|
||||||
]
|
],
|
||||||
|
runtime_deps = [":python-community-services-shared_resources"]
|
||||||
)
|
)
|
||||||
### auto-generated section `build intellij.python.community.services.shared` end
|
### auto-generated section `build intellij.python.community.services.shared` end
|
||||||
@@ -1,6 +1,12 @@
|
|||||||
### auto-generated section `build intellij.python.community.services.systemPython` start
|
### auto-generated section `build intellij.python.community.services.systemPython` start
|
||||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
||||||
|
|
||||||
|
jvm_resources(
|
||||||
|
name = "python-community-services-systemPython_resources",
|
||||||
|
files = glob(["resources/**/*"]),
|
||||||
|
strip_prefix = "resources"
|
||||||
|
)
|
||||||
|
|
||||||
jvm_resources(
|
jvm_resources(
|
||||||
name = "python-community-services-systemPython_test_resources",
|
name = "python-community-services-systemPython_test_resources",
|
||||||
files = glob(["testResources/**/*"]),
|
files = glob(["testResources/**/*"]),
|
||||||
@@ -27,7 +33,8 @@ jvm_library(
|
|||||||
"//platform/util",
|
"//platform/util",
|
||||||
"//python/installer:community-impl-installer",
|
"//python/installer:community-impl-installer",
|
||||||
],
|
],
|
||||||
exports = ["//python/services/shared:python-community-services-shared"]
|
exports = ["//python/services/shared:python-community-services-shared"],
|
||||||
|
runtime_deps = [":python-community-services-systemPython_resources"]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_library(
|
jvm_library(
|
||||||
@@ -66,7 +73,10 @@ jvm_library(
|
|||||||
"//platform/testFramework",
|
"//platform/testFramework",
|
||||||
"//platform/testFramework:testFramework_test_lib",
|
"//platform/testFramework:testFramework_test_lib",
|
||||||
],
|
],
|
||||||
runtime_deps = [":python-community-services-systemPython_test_resources"]
|
runtime_deps = [
|
||||||
|
":python-community-services-systemPython_resources",
|
||||||
|
":python-community-services-systemPython_test_resources",
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
jvm_test(
|
jvm_test(
|
||||||
|
|||||||
Reference in New Issue
Block a user