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 aca18a1d4a
commit 8c5fc6410b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
144 changed files with 2 additions and 8274 deletions

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