
This snapshot includes the following commits since the previous: 1096652 LfsProtocolServlet: Add support for rate limit and bandwidth limit errors de89b7d LfsProtocolServlet: Always include message in error response 0a86b03 LfsRepository{NotFound,ReadOnly}: Externalize message strings 2fc1ceb DownloadTest: Use enums from org.apache.http.HttpStatus 108bee1 Ignore IOException thrown from close f15e9c0 DfsObjDatabase: clear PackList dirty bit if no new packs 13f0db2 Enhance ResetCommand to allow disabling reflog update Change-Id: I6590a62f3e1d839a8d36a4b933771d195cbe7650
26 lines
591 B
Python
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 = 'cd142b9030910babd119702f1c4eeae13ee90018',
|
|
src_sha1 = '3e65e476bfb4a529e18752ffcd27b566e7ee7241',
|
|
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',
|
|
)
|