mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Import code from internal repository to git
This commit is contained in:
commit
0ef0c933d2
2490 changed files with 281594 additions and 0 deletions
77
third_party/java/appengine/BUILD
vendored
Normal file
77
third_party/java/appengine/BUILD
vendored
Normal file
|
@ -0,0 +1,77 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0, BSD, MIT
|
||||
|
||||
java_library(
|
||||
name = "appengine-api",
|
||||
neverlink = 1,
|
||||
exports = ["@appengine_api_sdk//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-api-link",
|
||||
exports = ["@appengine_api_sdk//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-api-testonly",
|
||||
testonly = 1,
|
||||
exports = ["@appengine_api_sdk//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-remote-api",
|
||||
neverlink = 1,
|
||||
exports = ["@appengine_remote_api//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-remote-api-link",
|
||||
exports = ["@appengine_remote_api//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-remote-api-testonly",
|
||||
testonly = 1,
|
||||
exports = ["@appengine_remote_api//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-api-labs",
|
||||
neverlink = 1,
|
||||
exports = ["@appengine_api_labs//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-api-labs-link",
|
||||
exports = ["@appengine_api_labs//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-api-labs-testonly",
|
||||
testonly = 1,
|
||||
exports = ["@appengine_api_labs//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-stubs",
|
||||
testonly = 1,
|
||||
exports = ["@appengine_api_stubs//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-testing",
|
||||
testonly = 1,
|
||||
exports = [
|
||||
"@appengine_testing//jar",
|
||||
":appengine-api-labs-testonly",
|
||||
":appengine-api-testonly",
|
||||
":appengine-stubs",
|
||||
],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "appengine-integration-testing",
|
||||
testonly = 1,
|
||||
exports = ["@appengine_tools_sdk//jar"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue