Files
openide/platform/platform-resources-en/BUILD.bazel
Vladimir Krivosheev a9e7930abe bazel - build lang-impl
GitOrigin-RevId: c4c4dce20bd6e4046644f95f6e7b3f437c51668d
2024-09-27 13:47:17 +00:00

9 lines
245 B
Python

### auto-generated section `build` start
load("@rules_java//java:defs.bzl", "java_library")
java_library(
name = "resources-en",
visibility = ["//visibility:public"],
resources = glob(["src/**/*"])
)
### auto-generated section `build` end