summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.http.apache/BUILD')
-rw-r--r--org.eclipse.jgit.http.apache/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.apache/BUILD b/org.eclipse.jgit.http.apache/BUILD
new file mode 100644
index 0000000000..0814537a66
--- /dev/null
+++ b/org.eclipse.jgit.http.apache/BUILD
@@ -0,0 +1,13 @@
+package(default_visibility = ["//visibility:public"])
+
+java_library(
+ name = "http-apache",
+ srcs = glob(["src/**"]),
+ resource_strip_prefix = "org.eclipse.jgit.http.apache/resources",
+ resources = glob(["resources/**"]),
+ deps = [
+ "//org.eclipse.jgit:jgit",
+ "@httpclient//jar",
+ "@httpcore//jar",
+ ],
+)