Consolidate expand billing events action into 'batch' package

Now it lives alongside the delete prober data action, as well as any future
batch/maintenance tasks that should run periodically.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134435668
This commit is contained in:
mcilwain 2016-09-27 11:56:47 -07:00 committed by Ben McIlwain
parent 1dcc5e5cc6
commit b6fbe1f3df
9 changed files with 378 additions and 18 deletions

View file

@ -22,7 +22,6 @@ java_library(
"//java/google/registry/backup",
"//java/google/registry/batch",
"//java/google/registry/bigquery",
"//java/google/registry/billing",
"//java/google/registry/config",
"//java/google/registry/cron",
"//java/google/registry/dns",