Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.junit.http/BUCK')
-rw-r--r--org.eclipse.jgit.junit.http/BUCK19
1 files changed, 0 insertions, 19 deletions
diff --git a/org.eclipse.jgit.junit.http/BUCK b/org.eclipse.jgit.junit.http/BUCK
deleted file mode 100644
index d7eaa48799..0000000000
--- a/org.eclipse.jgit.junit.http/BUCK
+++ /dev/null
@@ -1,19 +0,0 @@
-java_library(
- name = 'junit-http',
- srcs = glob(['src/**']),
- resources = glob(['resources/**']),
- provided_deps = [
- '//org.eclipse.jgit:jgit',
- '//org.eclipse.jgit.http.server:jgit-servlet',
- '//org.eclipse.jgit.junit:junit',
- '//lib:junit',
- '//lib:servlet-api',
- '//lib:slf4j-api',
- '//lib/jetty:http',
- '//lib/jetty:server',
- '//lib/jetty:servlet',
- '//lib/jetty:security',
- '//lib/jetty:util',
- ],
- visibility = ['PUBLIC'],
-)

Back to the top