
Adds support for MonotonicClock, which Gerrit can use inside of ReviewDb and NoteDb to maintain timestamps. Change-Id: Ic7c646b32644c1d1b1e93eeb50a3bf153e85d3c3
17 lines
396 B
Python
17 lines
396 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:' + JGIT_VERS,
|
|
sha1 = '927990025d2970995dbb58f03763eeb776fec8fd',
|
|
license = 'jgit',
|
|
repository = REPO,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
unsign = True,
|
|
exclude = [
|
|
'about.html',
|
|
'plugin.properties',
|
|
],
|
|
)
|