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.

.buckconfig 523B

123456789101112131415161718192021222324
  1. [alias]
  2. all = //:all
  3. jgit = //org.eclipse.jgit:jgit
  4. jgit-archive = //org.eclipse.jgit.archive:jgit-archive
  5. jgit_bin = //:jgit_bin
  6. jgit-lfs = //org.eclipse.jgit.lfs:jgit-lfs
  7. jgit-lfs-server = //org.eclipse.jgit.lfs.server:jgit-lfs-server
  8. jgit-servlet = //org.eclipse.jgit.http.server:jgit-servlet
  9. [buildfile]
  10. includes = //tools/default.defs
  11. [java]
  12. src_roots = src, resources, tst
  13. [project]
  14. ignore = .git
  15. [cache]
  16. mode = dir
  17. [download]
  18. maven_repo = http://repo1.maven.org/maven2
  19. in_build = true