mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 00:12:11 +02:00
Remove Bazel build (#94)
* Remove bazel build Also updated the build badge to reflect internal build status.
This commit is contained in:
parent
ad20178f18
commit
e17986dfa4
144 changed files with 2 additions and 8274 deletions
8
third_party/activation/BUILD
vendored
8
third_party/activation/BUILD
vendored
|
@ -1,8 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["reciprocal"]) # CDDL 1.1 License
|
||||
|
||||
java_library(
|
||||
name = "activation",
|
||||
exports = ["//third_party/activation/v1_2_0"],
|
||||
)
|
9
third_party/activation/v1_2_0/BUILD
vendored
9
third_party/activation/v1_2_0/BUILD
vendored
|
@ -1,9 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["reciprocal"]) # CDDL 1.1 (also dual-licensed GPL v2 with Classpath Exception)
|
||||
|
||||
java_import(
|
||||
name = "v1_2_0",
|
||||
jars = ["javax.activation.jar"],
|
||||
srcjar = "javax.activation-1.2.0-sources.jar",
|
||||
)
|
16
third_party/jaxb/BUILD
vendored
16
third_party/jaxb/BUILD
vendored
|
@ -1,16 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["reciprocal"]) # CDDL 1.1 (also dual-licensed under GPL v2)
|
||||
|
||||
java_library(
|
||||
name = "jaxb",
|
||||
exports = ["//third_party/jaxb/v2_3_0"],
|
||||
)
|
||||
|
||||
java_binary(
|
||||
name = "jaxb-xjc",
|
||||
main_class = "com.sun.tools.xjc.XJCFacade",
|
||||
runtime_deps = [
|
||||
":jaxb",
|
||||
],
|
||||
)
|
22
third_party/jaxb/v2_3_0/BUILD
vendored
22
third_party/jaxb/v2_3_0/BUILD
vendored
|
@ -1,22 +0,0 @@
|
|||
package_group(
|
||||
name = "specific_version",
|
||||
packages = ["//third_party/jaxb"],
|
||||
)
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["reciprocal"]) # CDDL 1.1 (also dual-licensed under GPL v2)
|
||||
|
||||
java_library(
|
||||
name = "v2_3_0",
|
||||
exports = [
|
||||
"@com_sun_xml_bind_jaxb_core",
|
||||
"@com_sun_xml_bind_jaxb_impl",
|
||||
"@com_sun_xml_bind_jaxb_jxc",
|
||||
"@com_sun_xml_bind_jaxb_xjc",
|
||||
"@javax_xml_bind_jaxb_api",
|
||||
],
|
||||
runtime_deps = [
|
||||
"//third_party/activation",
|
||||
],
|
||||
)
|
8
third_party/jsch/BUILD
vendored
8
third_party/jsch/BUILD
vendored
|
@ -1,8 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # BSD
|
||||
|
||||
java_library(
|
||||
name = "jsch",
|
||||
exports = ["//third_party/jsch/v0_1_53"],
|
||||
)
|
15
third_party/jsch/v0_1_53/BUILD
vendored
15
third_party/jsch/v0_1_53/BUILD
vendored
|
@ -1,15 +0,0 @@
|
|||
package_group(
|
||||
name = "specific_version",
|
||||
packages = ["//third_party/jsch"],
|
||||
)
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # BSD
|
||||
|
||||
java_import(
|
||||
name = "v0_1_53",
|
||||
jars = ["jsch-0.1.53.jar"],
|
||||
srcjar = "jsch-0.1.53-src.jar",
|
||||
deps = ["@com_jcraft_jzlib"],
|
||||
)
|
15
third_party/junit/BUILD
vendored
15
third_party/junit/BUILD
vendored
|
@ -1,15 +0,0 @@
|
|||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
licenses(["reciprocal"]) # EPL 1.0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
java_library(
|
||||
name = "junit",
|
||||
srcs = glob(["**/*.java"]),
|
||||
visibility = [
|
||||
"//javatests/google/registry/testing:__pkg__",
|
||||
],
|
||||
)
|
8
third_party/objectify/BUILD
vendored
8
third_party/objectify/BUILD
vendored
|
@ -1,8 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # MIT/X11
|
||||
|
||||
java_library(
|
||||
name = "objectify-v4_1",
|
||||
exports = ["//third_party/objectify/v4_1"],
|
||||
)
|
18
third_party/objectify/v4_1/BUILD
vendored
18
third_party/objectify/v4_1/BUILD
vendored
|
@ -1,18 +0,0 @@
|
|||
package_group(
|
||||
name = "specific_version",
|
||||
packages = ["//third_party/objectify"],
|
||||
)
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # MIT/X11
|
||||
|
||||
java_import(
|
||||
name = "v4_1",
|
||||
jars = ["objectify-4.1.3.jar"],
|
||||
srcjar = "objectify-4.1.3-src.jar",
|
||||
deps = [
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@javax_servlet_api",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue