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.

BUCK 298B

12345678910111213
  1. java_library(
  2. name = 'jgit-archive',
  3. srcs = glob(
  4. ['src/**'],
  5. excludes = ['src/org/eclipse/jgit/archive/FormatActivator.java'],
  6. ),
  7. resources = glob(['resources/**']),
  8. provided_deps = [
  9. '//org.eclipse.jgit:jgit',
  10. '//lib:commons-compress',
  11. ],
  12. visibility = ['PUBLIC'],
  13. )