mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 03:03:34 +02:00
Migrate Domain Registry to Closure Rules 0.1.0
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122525197
This commit is contained in:
parent
1abd2a6314
commit
e1cf51ebb3
43 changed files with 69 additions and 1871 deletions
32
third_party/java/soy/BUILD
vendored
32
third_party/java/soy/BUILD
vendored
|
@ -1,32 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # Apache License 2.0
|
||||
|
||||
java_library(
|
||||
name = "soy",
|
||||
exports = ["@soy//jar"],
|
||||
runtime_deps = [
|
||||
"@aopalliance//jar",
|
||||
"@asm//jar",
|
||||
"@asm_analysis//jar",
|
||||
"@asm_commons//jar",
|
||||
"@asm_util//jar",
|
||||
"@guava//jar",
|
||||
"@guice//jar",
|
||||
"@guice_assistedinject//jar",
|
||||
"@guice_multibindings//jar",
|
||||
"@icu4j//jar",
|
||||
"//third_party/java/jsr305_annotations",
|
||||
"//third_party/java/jsr330_inject",
|
||||
],
|
||||
)
|
||||
|
||||
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