
Includes {get,set}GitwebDescription on Repository, which can replace methods in GitRepositoryManager. Change-Id: Ie25a49864c770e1cfb065dfc9e7c1e8faa97b03c
17 lines
393 B
Python
17 lines
393 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:' + JGIT_VERS,
|
|
sha1 = 'c29ed2cf20c1b7492d6baf7ce7f8355b3adb9f82',
|
|
license = 'jgit',
|
|
repository = REPO,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
unsign = True,
|
|
exclude = [
|
|
'about.html',
|
|
'plugin.properties',
|
|
],
|
|
)
|