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.
18 lines
374 B
18 lines
374 B
DEPS = [ |
|
'//org.eclipse.jgit:jgit', |
|
'//org.eclipse.jgit.archive:jgit-archive', |
|
'//org.eclipse.jgit.http.server:jgit-servlet', |
|
'//org.eclipse.jgit.lfs:jgit-lfs', |
|
'//org.eclipse.jgit.lfs.server:jgit-lfs-server', |
|
'//org.eclipse.jgit.pgm:jgit', |
|
] |
|
|
|
zip_file( |
|
name = 'all', |
|
srcs = DEPS, |
|
) |
|
|
|
sh_binary( |
|
name = 'jgit_bin', |
|
main = '//org.eclipse.jgit.pgm:jgit', |
|
)
|
|
|