You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
561 B
26 lines
561 B
[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
|
|
|