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.

123456789101112131415161718
  1. DEPS = [
  2. '//org.eclipse.jgit:jgit',
  3. '//org.eclipse.jgit.archive:jgit-archive',
  4. '//org.eclipse.jgit.http.server:jgit-servlet',
  5. '//org.eclipse.jgit.lfs:jgit-lfs',
  6. '//org.eclipse.jgit.lfs.server:jgit-lfs-server',
  7. '//org.eclipse.jgit.pgm:jgit',
  8. ]
  9. zip_file(
  10. name = 'all',
  11. srcs = DEPS,
  12. )
  13. sh_binary(
  14. name = 'jgit_bin',
  15. main = '//org.eclipse.jgit.pgm:jgit',
  16. )