Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 8d2572bfdaa180698b4c54b1b3435d839cd6743b (plain) (tree)
1
2
3
4
5
6
7
8
9
       


                                                        
                        


                                                                 
 



                                 
                                 









                                            
[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

Back to the top