Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/BUCK
diff options
context:
space:
mode:
Diffstat (limited to 'BUCK')
-rw-r--r--BUCK18
1 files changed, 0 insertions, 18 deletions
diff --git a/BUCK b/BUCK
deleted file mode 100644
index 4578e17586..0000000000
--- a/BUCK
+++ /dev/null
@@ -1,18 +0,0 @@
-DEPS = [
- '//org.eclipse.jgit:jgit',
- '//org.eclipse.jgit.archive:jgit-archive',
- '//org.eclipse.jgit.http.server:jgit-servlet',
- '//org.eclipse.jgit.lfs:jgit-lfs',
- '//org.eclipse.jgit.lfs.server:jgit-lfs-server',
- '//org.eclipse.jgit.pgm:jgit',
-]
-
-zip_file(
- name = 'all',
- srcs = DEPS,
-)
-
-sh_binary(
- name = 'jgit_bin',
- main = '//org.eclipse.jgit.pgm:jgit',
-)

Back to the top