Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/BUCK
diff options
context:
space:
mode:
authorDavid Pursehouse2017-02-09 06:13:01 +0000
committerMatthias Sohn2017-03-22 00:41:21 +0000
commit2d0ce094b487c6663f47d0e0fb4e36b9132e8ae6 (patch)
tree32effa6c9171579d3935c4e1fd1269779341658d /BUCK
parent0f6ddb372bc24a010c85849dfc80f72fc8cd604d (diff)
downloadjgit-2d0ce094b487c6663f47d0e0fb4e36b9132e8ae6.tar.gz
jgit-2d0ce094b487c6663f47d0e0fb4e36b9132e8ae6.tar.xz
jgit-2d0ce094b487c6663f47d0e0fb4e36b9132e8ae6.zip
Remove Buck build
Buck will be replaced with Bazel Change-Id: I3cf07d7aaaa2a58bac34e16c50af5416693254ac Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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