mirror of
https://github.com/google/nomulus.git
synced 2025-06-19 19:00:46 +02:00
Import code from internal repository to git
This commit is contained in:
commit
0ef0c933d2
2490 changed files with 281594 additions and 0 deletions
32
third_party/java/soy/BUILD
vendored
Normal file
32
third_party/java/soy/BUILD
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # Apache License 2.0
|
||||
|
||||
java_library(
|
||||
name = "soy",
|
||||
exports = [
|
||||
"@aopalliance//jar",
|
||||
"@asm//jar",
|
||||
"@asm_analysis//jar",
|
||||
"@asm_commons//jar",
|
||||
"@asm_util//jar",
|
||||
"@bazel_tools//third_party:guava",
|
||||
"@bazel_tools//third_party:jsr305",
|
||||
"@bazel_tools//third_party:jsr330_inject",
|
||||
"@guice//jar",
|
||||
"@guice_assistedinject//jar",
|
||||
"@guice_multibindings//jar",
|
||||
"@icu4j//jar",
|
||||
"@soy//jar",
|
||||
],
|
||||
)
|
||||
|
||||
java_binary(
|
||||
name = "SoyParseInfoGenerator",
|
||||
jvm_flags = ["-client"],
|
||||
main_class = "com.google.template.soy.SoyParseInfoGenerator",
|
||||
runtime_deps = [
|
||||
"@args4j//jar",
|
||||
":soy",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue