aboutsummaryrefslogtreecommitdiffstats
path: root/.buckconfig
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2017-02-09 15:13:01 +0900
committerMatthias Sohn <matthias.sohn@sap.com>2017-03-22 01:41:21 +0100
commit2d0ce094b487c6663f47d0e0fb4e36b9132e8ae6 (patch)
tree32effa6c9171579d3935c4e1fd1269779341658d /.buckconfig
parent0f6ddb372bc24a010c85849dfc80f72fc8cd604d (diff)
downloadjgit-2d0ce094b487c6663f47d0e0fb4e36b9132e8ae6.tar.gz
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 '.buckconfig')
-rw-r--r--.buckconfig26
1 files changed, 0 insertions, 26 deletions
diff --git a/.buckconfig b/.buckconfig
deleted file mode 100644
index 798649407c..0000000000
--- a/.buckconfig
+++ /dev/null
@@ -1,26 +0,0 @@
-[alias]
- all = //:all
- jgit = //org.eclipse.jgit:jgit
- jgit-archive = //org.eclipse.jgit.archive:jgit-archive
- jgit_bin = //:jgit_bin
- jgit-lfs = //org.eclipse.jgit.lfs:jgit-lfs
- jgit-lfs-server = //org.eclipse.jgit.lfs.server:jgit-lfs-server
- jgit-servlet = //org.eclipse.jgit.http.server:jgit-servlet
-
-[buildfile]
- includes = //tools/default.defs
-
-[java]
- src_roots = src, resources, tst
- source_level = 8
- target_level = 8
-
-[project]
- ignore = .git
-
-[cache]
- mode = dir
-
-[download]
- maven_repo = http://repo1.maven.org/maven2
- in_build = true