diff options
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r-- | org.eclipse.jgit.http.apache/BUCK | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.jgit.http.apache/BUCK b/org.eclipse.jgit.http.apache/BUCK deleted file mode 100644 index 3b7a8234f7..0000000000 --- a/org.eclipse.jgit.http.apache/BUCK +++ /dev/null @@ -1,11 +0,0 @@ -java_library( - name = 'http-apache', - srcs = glob(['src/**']), - resources = glob(['resources/**']), - deps = [ - '//org.eclipse.jgit:jgit', - '//lib:httpcomponents', - '//lib:httpcore', - ], - visibility = ['PUBLIC'], -) |