This snapshot includes the following changes since the previous: abeaafc Don't log error if system git config does not exist c711361 Add missing dependency to slf4j-log4j bridge a4508f9 Rename FSJava7Test to FSTest 5a4dcce Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository The plan is to release Gerrit 2.13 with JGit 4.5 so this upgrade is to release 2.13-rc1 with a JGit version that is closer to what will be JGit 4.5. Change-Id: I75cf16a19abc5401f75be64efe72aa6013bd53b9
17 lines
391 B
Python
17 lines
391 B
Python
include_defs('//lib/maven.defs')
|
|
include_defs('//lib/JGIT_VERSION')
|
|
|
|
maven_jar(
|
|
name = 'jgit-servlet',
|
|
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
|
|
sha1 = 'a85e11f0f31f71a4e4e83313c4c24167e99d330c',
|
|
license = 'jgit',
|
|
repository = REPO,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
unsign = True,
|
|
exclude = [
|
|
'about.html',
|
|
'plugin.properties',
|
|
],
|
|
)
|