Move VerifyOteAction to tools/server

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116825910
This commit is contained in:
jart
2016-03-10 16:48:39 -05:00
committed by Ben McIlwain
parent 3eef39126d
commit 6772b2ef80
6 changed files with 33 additions and 17 deletions
@@ -36,6 +36,7 @@ import com.google.domain.registry.tools.server.ListReservedListsAction;
import com.google.domain.registry.tools.server.ListTldsAction;
import com.google.domain.registry.tools.server.ToolsServerModule;
import com.google.domain.registry.tools.server.UpdatePremiumListAction;
import com.google.domain.registry.tools.server.VerifyOteAction;
import com.google.domain.registry.tools.server.javascrap.AnnihilateNonDefaultNamespacesAction;
import dagger.Subcomponent;
@@ -68,4 +69,5 @@ interface ToolsRequestComponent {
PublishDetailReportAction publishDetailReportAction();
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
UpdatePremiumListAction updatePremiumListAction();
VerifyOteAction verifyOteAction();
}