Remove Bazel build (#94)

* Remove bazel build

Also updated the build badge to reflect internal build status.
This commit is contained in:
Lai Jiang 2019-06-13 18:15:33 -04:00 committed by GitHub
parent ad20178f18
commit e17986dfa4
144 changed files with 2 additions and 8274 deletions

View file

@ -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"],
)

View file

@ -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",
)

View file

@ -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",
],
)

View file

@ -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",
],
)

View file

@ -1,8 +0,0 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # BSD
java_library(
name = "jsch",
exports = ["//third_party/jsch/v0_1_53"],
)

View file

@ -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"],
)

View file

@ -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__",
],
)

View file

@ -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"],
)

View file

@ -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",
],
)