MOE strip compatible_with

This is an internal-only feature that breaks the open source build.

CL created with:

    dr-replace '(compatible_with.*)' '\1  # MOE:strip_line'

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128852873
This commit is contained in:
Justine Tunney 2016-07-29 15:21:28 -07:00
parent e1dc6d5adb
commit 7f3f03ee97
41 changed files with 0 additions and 82 deletions

View file

@ -36,7 +36,6 @@ genrule(
"@SuppressWarnings({\"unchecked\",\"serial\",\"cast\"}) " +
"public class/'",
]),
compatible_with = ["//buildenv/target:appengine"],
tools = ["//third_party/java/jaxb:jaxb-xjc"],
)
@ -50,7 +49,6 @@ genrule(
srcs = ["package-info.java.in"],
outs = pkginfo_generated_files,
cmd = "$(location :make_pkginfo) $(SRCS) $(@D)",
compatible_with = ["//buildenv/target:appengine"],
tools = [
":jaxb_srcs",
":make_pkginfo",
@ -60,7 +58,6 @@ genrule(
java_library(
name = "xjc",
srcs = glob(["*.java"]) + xjc_generated_files + pkginfo_generated_files,
compatible_with = ["//buildenv/target:appengine"],
deps = [
"//java/com/google/common/collect",
"//third_party/java/joda_time",