mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
Make App Engine API JAR show up in WAR
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129356083
This commit is contained in:
@@ -19,9 +19,13 @@ package_group(
|
|||||||
|
|
||||||
zip_file(
|
zip_file(
|
||||||
name = "common_war",
|
name = "common_war",
|
||||||
srcs = ["//third_party/java/appengine:appengine-api"],
|
srcs = [
|
||||||
|
"@appengine_api_sdk//jar",
|
||||||
|
],
|
||||||
out = "mandatory_stuff.war",
|
out = "mandatory_stuff.war",
|
||||||
mappings = {"third_party/java/appengine": "WEB-INF/lib"},
|
mappings = {
|
||||||
|
"external/appengine_api_sdk/jar": "WEB-INF/lib",
|
||||||
|
},
|
||||||
visibility = ["//visibility:private"],
|
visibility = ["//visibility:private"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user