Files
gerrit/lib/jgit/org.eclipse.jgit/BUCK
David Pursehouse 944917c23f Upgrade JGit to 4.4.1.201607150455-r.105-g81ba2be
This snapshot includes the following changes in LfsProtocolServlet
that are needed by the LFS plugin:

- Allow getLargeFileRepository to raise exceptions
- Allow access to objects in request
- Reuse existing Writer when sending error response

Change-Id: Ic1bba1d7387b1f5a9d6121e750208a9d2a1dae2f
2016-08-10 11:52:29 +09:00

26 lines
591 B
Python

include_defs('//lib/maven.defs')
include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
bin_sha1 = 'c07c9c66da7983095a40945c0bfab211a473c4c5',
src_sha1 = '24dc0a7f50954c105418fe6f582587bf25e2658a',
license = 'jgit',
repository = REPO,
unsign = True,
deps = [':ewah'],
exclude = [
'META-INF/eclipse.inf',
'about.html',
'plugin.properties',
],
)
maven_jar(
name = 'ewah',
id = 'com.googlecode.javaewah:JavaEWAH:0.7.9',
sha1 = 'eceaf316a8faf0e794296ebe158ae110c7d72a5a',
license = 'Apache2.0',
)