mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02: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:
parent
eb792e89ef
commit
51bdb26e7d
1 changed files with 6 additions and 2 deletions
|
@ -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"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue