mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
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:
parent
e1dc6d5adb
commit
7f3f03ee97
41 changed files with 0 additions and 82 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue