blob: 8d2572bfdaa180698b4c54b1b3435d839cd6743b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[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
[project]
ignore = .git
[cache]
mode = dir
[download]
maven_repo = http://repo1.maven.org/maven2
in_build = true
|