Remove launcher options to java_binary from open source release

This is a follow-up to []
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119897863
This commit is contained in:
mcilwain 2016-04-14 15:25:43 -07:00 committed by Justine Tunney
parent 2fc636632b
commit 625c34662b
3 changed files with 0 additions and 3 deletions

View file

@ -46,7 +46,6 @@ java_library(
java_binary(
name = "backend_jar",
create_executable = 0,
launcher = "//third_party/java/jdk:jdk_launcher",
runtime_deps = [
":backend",
"//java/com/google/domain/registry/monitoring/whitebox", # MetricsTaskServlet

View file

@ -34,7 +34,6 @@ java_library(
java_binary(
name = "frontend_jar",
create_executable = 0,
launcher = "//third_party/java/jdk:jdk_launcher",
runtime_deps = [
":frontend",
"//java/com/google/domain/registry/ui/server/api", # CheckApiServlet

View file

@ -36,7 +36,6 @@ java_library(
java_binary(
name = "tools_jar",
create_executable = 0,
launcher = "//third_party/java/jdk:jdk_launcher",
runtime_deps = [
":tools",
],