Files
gerrit/lib/jgit/org.eclipse.jgit.archive/BUCK
David Pursehouse 95848260a1 Upgrade JGit to version 4.5.0.201609210915-r
Change-Id: I913be3f8543e255db8a5db9c861ac0ff4e308cba
2016-09-21 16:24:37 +02: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 = '2db2e7666672a31fa41b7e1dadcba51df6d30954',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)