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:
Justine Tunney 2016-05-17 08:11:52 -07:00
parent 1abd2a6314
commit e1cf51ebb3
43 changed files with 69 additions and 1871 deletions

View file

@ -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",
],
)