Files
gerrit/lib/jgit/org.eclipse.jgit.archive/BUCK
David Pursehouse 6737c15794 Upgrade JGit to 4.5.2.201704071617-r
This includes more fixes for handling of invalid packfiles. See
JGit bug 514170 [1] for details.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=514170

Change-Id: I5de2fedee90c600abb1bc78fdda6e215f1ddc291
2017-04-09 07:11:17 +00:00

17 lines
388 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:' + VERS,
sha1 = 'd70270a355e8582c21a74c34fae0dfec4b641632',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)