Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b2e07acccfc5e80b465b2dcd680d4846e1a253d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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

Back to the top