Add gtech_tool target to tools BUILD

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130545312
This commit is contained in:
mcilwain 2016-08-17 11:50:14 -07:00 committed by Ben McIlwain
parent 564bbdef83
commit 9e810c4b36

View file

@ -96,3 +96,13 @@ java_binary(
], ],
) )
java_binary(
name = "gtech_tool",
create_executable = 1,
main_class = "google.registry.tools.GtechTool",
runtime_deps = [
":tools",
"//third_party/java/appengine:appengine-api-link",
"//third_party/java/appengine:appengine-remote-api-link",
],
)