You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BUILD 352B

12345678910111213
  1. package(default_visibility = ["//visibility:public"])
  2. java_library(
  3. name = "http-apache",
  4. srcs = glob(["src/**/*.java"]),
  5. resource_strip_prefix = "org.eclipse.jgit.http.apache/resources",
  6. resources = glob(["resources/**"]),
  7. deps = [
  8. "//lib:httpclient",
  9. "//lib:httpcore",
  10. "//org.eclipse.jgit:jgit",
  11. ],
  12. )