mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
Remove duplicate sources in BUILD files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176374018
This commit is contained in:
parent
582b7bb76a
commit
3c43ece5be
1 changed files with 1 additions and 7 deletions
|
@ -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",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue