mirror of
https://github.com/google/nomulus
synced 2026-05-12 19:01:49 +00:00
Import code from internal repository to git
This commit is contained in:
19
third_party/java/jaxb/BUILD
vendored
Normal file
19
third_party/java/jaxb/BUILD
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["reciprocal"]) # CDDL 1.1 (also dual-licensed under GPL v2)
|
||||
|
||||
java_library(
|
||||
name = "jaxb",
|
||||
exports = ["@jaxb_api//jar"],
|
||||
)
|
||||
|
||||
java_binary(
|
||||
name = "jaxb-xjc",
|
||||
main_class = "com.sun.tools.xjc.XJCFacade",
|
||||
runtime_deps = [
|
||||
"@jaxb_api//jar",
|
||||
"@jaxb_core//jar",
|
||||
"@jaxb_impl//jar",
|
||||
"@jaxb_xjc//jar",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user