Remove duplicate sources in BUILD files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176374018
This commit is contained in:
jianglai 2017-11-20 09:51:47 -08:00
parent 582b7bb76a
commit 3c43ece5be

View file

@ -105,15 +105,9 @@ java_binary(
java_binary( java_binary(
name = "compare_db_backups", name = "compare_db_backups",
srcs = [
"CompareDbBackups.java",
],
create_executable = 1, create_executable = 1,
main_class = "google.registry.tools.CompareDbBackups", main_class = "google.registry.tools.CompareDbBackups",
deps = [ runtime_deps = [
":tools", ":tools",
"@com_google_appengine_api_1_0_sdk",
"@com_google_guava",
"@com_google_protobuf_java",
], ],
) )