Files
gerrit/lib/jgit/org.eclipse.jgit.archive/BUCK
David Ostrovsky 27fbb2b835 Bazel: Externalize JGIT_VERS constant
This is needed for defining external documentation link for javadoc
rule.

Change-Id: I562de840327c6b27941f7238023a47eb8d0b2394
2016-10-25 12:27:13 +00:00

17 lines
393 B
Python

include_defs('//lib/maven.defs')
include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + JGIT_VERS,
sha1 = '2db2e7666672a31fa41b7e1dadcba51df6d30954',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)