mirror of
https://github.com/google/nomulus
synced 2026-02-08 05:50:24 +00:00
Import code from internal repository to git
This commit is contained in:
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"],
|
||||
)
|
||||
Reference in New Issue
Block a user